From d8c85028cb66be1082e9dce6e3bac8f509bb5893 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 8 Jan 2023 21:50:33 -0600 Subject: Added variable for enabling dendrite reg. --- dendrite/server/templates/dendrite.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dendrite/server/templates') 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. -- cgit v1.2.3