This adds a variable for requiring MSC3231 token for registration
This commit is contained in:
@ -1373,7 +1373,9 @@ allowed_local_3pids: {{ matrix_synapse_allowed_local_3pids|to_json }}
|
||||
# Disabling this option will not delete any tokens previously generated.
|
||||
# Defaults to false. Uncomment the following to require tokens:
|
||||
#
|
||||
#registration_requires_token: true
|
||||
registration_requires_token: {{ matrix_synapse_registration_requires_token|to_json }}
|
||||
|
||||
|
||||
|
||||
# If set, allows registration of standard or admin accounts by anyone who
|
||||
# has the shared secret, even if registration is otherwise disabled.
|
||||
|
Reference in New Issue
Block a user