diff options
| author | Luke Hoersten <[email protected]> | 2023-01-08 21:50:33 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2023-01-08 21:50:33 -0600 |
| commit | d8c85028cb66be1082e9dce6e3bac8f509bb5893 (patch) | |
| tree | 32a8c64bc612dc6c840b02c410cc854e17ba67cf /dendrite/server/templates | |
| parent | 43517ea428940810e3f01904113ed70eff1d60de (diff) | |
Added variable for enabling dendrite reg.
Diffstat (limited to 'dendrite/server/templates')
| -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. |
