From 713873ac05e634a3fad5c6e0f08fde92b7d1eed9 Mon Sep 17 00:00:00 2001 From: ADRN Date: Wed, 9 Feb 2022 15:07:46 +0100 Subject: [PATCH] closed registration to Synapse again :'( --- deployer/roles/build/templates/synapse/homeserver.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployer/roles/build/templates/synapse/homeserver.yaml.j2 b/deployer/roles/build/templates/synapse/homeserver.yaml.j2 index 26a7730..53f01fb 100644 --- a/deployer/roles/build/templates/synapse/homeserver.yaml.j2 +++ b/deployer/roles/build/templates/synapse/homeserver.yaml.j2 @@ -930,7 +930,7 @@ turn_allow_guests: true # Enable registration for new users. # -enable_registration: true +enable_registration: false # Optional account validity configuration. This allows for accounts to be denied # any request after a given period.