This adds a variable for requiring MSC3231 token for registration
This commit is contained in:
@ -210,6 +210,11 @@ matrix_synapse_enable_registration_captcha: false
|
||||
matrix_synapse_recaptcha_public_key: ''
|
||||
matrix_synapse_recaptcha_private_key: ''
|
||||
|
||||
# Requires an MSC3231 token for registration. Note that `matrix_synapse_enable_registration` must be set to `true`.
|
||||
# Tokens can be created via the API or through synapse-admin.
|
||||
# Disabling this option will not delete any tokens previously generated.
|
||||
matrix_synapse_registration_requires_token: false
|
||||
|
||||
# Allows non-server-admin users to create groups on this server
|
||||
matrix_synapse_enable_group_creation: false
|
||||
|
||||
|
Reference in New Issue
Block a user