Skip to content
Snippets Groups Projects
Commit 78ba0e7a authored by Neil Johnson's avatar Neil Johnson Committed by Richard van der Hoff
Browse files

Remove riot.im from the list of trusted Identity Servers in the default configuration (#4207)

parent 416c6714
No related branches found
No related tags found
No related merge requests found
Remove riot.im from the list of trusted Identity Servers in the default configuration
......@@ -150,10 +150,12 @@ enable_group_creation: true
# The list of identity servers trusted to verify third party
# identifiers by this server.
#
# Also defines the ID server which will be called when an account is
# deactivated (one will be picked arbitrarily).
trusted_third_party_id_servers:
- matrix.org
- vector.im
- riot.im
## Metrics ###
......
......@@ -93,10 +93,12 @@ class RegistrationConfig(Config):
# The list of identity servers trusted to verify third party
# identifiers by this server.
#
# Also defines the ID server which will be called when an account is
# deactivated (one will be picked arbitrarily).
trusted_third_party_id_servers:
- matrix.org
- vector.im
- riot.im
# Users who register on this homeserver will automatically be joined
# to these rooms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment