Parcourir la source
Set matrix_dendrite_client_api_registration_disabled to false
Mind "matrix_synapse_enable_registration" for Synapse is set to false by default.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3748/head
Suguru Hirahara
il y a 1 an
Parent
révision
7bef1d92b4
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: E4F9743DAB4B7B75
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
docs/registering-users.md
|
|
|
@@ -109,7 +109,7 @@ matrix_synapse_enable_registration: true |
|
|
|
For Dendrite: |
|
|
|
|
|
|
|
```yaml |
|
|
|
matrix_dendrite_client_api_registration_disabled: true |
|
|
|
matrix_dendrite_client_api_registration_disabled: false |
|
|
|
``` |
|
|
|
|
|
|
|
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` |
|
|
|
|