Synapse requires registration to be explicit (#275)

This commit is contained in:
Gnuxie 2022-04-12 12:56:27 +01:00 committed by GitHub
parent 4f070244ce
commit b8ee2fddbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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