diff options
Diffstat (limited to 'dendrite/server/templates/dendrite.yaml.j2')
| -rw-r--r-- | dendrite/server/templates/dendrite.yaml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dendrite/server/templates/dendrite.yaml.j2 b/dendrite/server/templates/dendrite.yaml.j2 index a5073ed..d57f510 100644 --- a/dendrite/server/templates/dendrite.yaml.j2 +++ b/dendrite/server/templates/dendrite.yaml.j2 @@ -128,7 +128,7 @@ app_service_api: client_api: # Prevents new users from being able to register on this homeserver, except when # using the registration shared secret below. - registration_disabled: true + registration_disabled: {{dendrite_registration_disabled}} # Prevents new guest accounts from being created. Guest registration is also # disabled implicitly by setting 'registration_disabled' above. |
