From ce74f2b4189dd8bb3297d84351176c408ae87d1a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 19 Apr 2022 10:03:47 -0500 Subject: [PATCH] Set enable_registration_without_verification to true --- homeserver.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/homeserver.yaml.template b/homeserver.yaml.template index cc67140..a80b3bd 100644 --- a/homeserver.yaml.template +++ b/homeserver.yaml.template @@ -72,6 +72,7 @@ federation_ip_range_blacklist: - 'fc00::/7' enable_registration: false +enable_registration_without_verification: true registration_shared_secret: "somesecret" allow_guest_access: false