From cfed6461494474c5dac0c4bd600a6010d1243016 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 16 Oct 2024 00:20:51 +0900 Subject: [PATCH] Update docs/registering-users.md: use common expressions for playbook configuration and installation Signed-off-by: Suguru Hirahara --- docs/registering-users.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registering-users.md b/docs/registering-users.md index 67f7b33f4..f722b3fff 100644 --- a/docs/registering-users.md +++ b/docs/registering-users.md @@ -99,13 +99,13 @@ If you'd rather **keep your server private** (public registration closed, as is ## Enabling public user registration -To **open up user registration publicly** (usually **not recommended**), consider using the following configuration: +To **open up user registration publicly** (usually **not recommended**), add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file: ```yaml matrix_synapse_enable_registration: true ``` -and running the [installation](installing.md) procedure once again. +After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` If you're opening up registrations publicly like this, you might also wish to [configure CAPTCHA protection](configuring-captcha.md).