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

This commit is contained in:
Neil Johnson 2018-11-20 11:29:25 +00:00 committed by Richard van der Hoff
parent 416c671474
commit 78ba0e7ab8
3 changed files with 7 additions and 2 deletions

1
changelog.d/4207.bugfix Normal file
View file

@ -0,0 +1 @@
Remove riot.im from the list of trusted Identity Servers in the default configuration

View file

@ -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 ###

View file

@ -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