Skip to content
Snippets Groups Projects
Unverified Commit f1de4bb5 authored by Adrian Wannenmacher's avatar Adrian Wannenmacher Committed by GitHub
Browse files

Clarify the usecase for an msisdn delegate (#8734)

parent e8d08537
No related branches found
No related tags found
No related merge requests found
Clarify the usecase for an msisdn delegate. Contributed by Adrian Wannenmacher.
...@@ -1230,8 +1230,9 @@ account_validity: ...@@ -1230,8 +1230,9 @@ account_validity:
# email will be globally disabled. # email will be globally disabled.
# #
# Additionally, if `msisdn` is not set, registration and password resets via msisdn # Additionally, if `msisdn` is not set, registration and password resets via msisdn
# will be disabled regardless. This is due to Synapse currently not supporting any # will be disabled regardless, and users will not be able to associate an msisdn
# method of sending SMS messages on its own. # identifier to their account. This is due to Synapse currently not supporting
# any method of sending SMS messages on its own.
# #
# To enable using an identity server for operations regarding a particular third-party # To enable using an identity server for operations regarding a particular third-party
# identifier type, set the value to the URL of that identity server as shown in the # identifier type, set the value to the URL of that identity server as shown in the
......
...@@ -347,8 +347,9 @@ class RegistrationConfig(Config): ...@@ -347,8 +347,9 @@ class RegistrationConfig(Config):
# email will be globally disabled. # email will be globally disabled.
# #
# Additionally, if `msisdn` is not set, registration and password resets via msisdn # Additionally, if `msisdn` is not set, registration and password resets via msisdn
# will be disabled regardless. This is due to Synapse currently not supporting any # will be disabled regardless, and users will not be able to associate an msisdn
# method of sending SMS messages on its own. # identifier to their account. This is due to Synapse currently not supporting
# any method of sending SMS messages on its own.
# #
# To enable using an identity server for operations regarding a particular third-party # To enable using an identity server for operations regarding a particular third-party
# identifier type, set the value to the URL of that identity server as shown in the # identifier type, set the value to the URL of that identity server as shown in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment