1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2024-12-12 08:43:55 +02:00

Merge pull request #3655 from luixxiul/fix

Update docs/registering-users.md: use common expressions for playbook configuration and installation
This commit is contained in:
Slavi Pantaleev 2024-10-21 18:09:04 +03:00 committed by GitHub
commit c5e6873e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).