mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 18:42:11 -04:00
Add config option to block users from looking up 3PIDs (#5010)
This commit is contained in:
parent
a33a5abc4c
commit
8e85493b0c
6 changed files with 81 additions and 1 deletions
|
@ -665,6 +665,10 @@ uploads_path: "DATADIR/uploads"
|
|||
# - medium: msisdn
|
||||
# pattern: '\+44'
|
||||
|
||||
# Enable 3PIDs lookup requests to identity servers from this server.
|
||||
#
|
||||
#enable_3pid_lookup: true
|
||||
|
||||
# If set, allows registration of standard or admin accounts by anyone who
|
||||
# has the shared secret, even if registration is otherwise disabled.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue