Expose allowed local 3pids as a configurable option

This commit is contained in:
Tom
2020-04-18 00:11:30 +01:00
parent 9a43cc02e0
commit e54428b160
2 changed files with 10 additions and 0 deletions

View File

@ -164,6 +164,13 @@ matrix_synapse_enable_group_creation: false
# A list of 3PID types which users must supply when registering (possible values: email, msisdn).
matrix_synapse_registrations_require_3pid: []
# A list of patterns 3pids must match in order to permit registration, e.g.:
# - medium: email
# pattern: '.*@example\.com'
# - medium: msisdn
# pattern: '\+44'
matrix_synapse_allowed_local_3pids: []
# The server to use for email threepid validation. When empty, Synapse does it by itself.
# Otherwise, this should be pointed to an identity server.
matrix_synapse_account_threepid_delegates_email: ''