From b8ee2fddbf7976ed8ff573c2c06769c1c7ef41bb Mon Sep 17 00:00:00 2001 From: Gnuxie <50846879+Gnuxie@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:56:27 +0100 Subject: [PATCH] Synapse requires registration to be explicit (#275) --- mx-tester.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mx-tester.yml b/mx-tester.yml index 26ae0eb..d356f69 100644 --- a/mx-tester.yml +++ b/mx-tester.yml @@ -32,6 +32,7 @@ homeserver: registration_shared_secret: REGISTRATION_SHARED_SECRET # Make manual testing easier enable_registration: true + enable_registration_without_verification: true # We remove rc_message so we can test rate limiting, # but we keep the others because of https://github.com/matrix-org/synapse/issues/11785