Skip to content

Commit

Permalink
Update docs/registering-users.md: use common expressions for playbook…
Browse files Browse the repository at this point in the history
… configuration and installation

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
  • Loading branch information
Suguru Hirahara committed Oct 21, 2024
1 parent 159daa7 commit cfed646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/registering-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit cfed646

Please sign in to comment.