Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f1de4bb

Browse files
authored
Clarify the usecase for an msisdn delegate (#8734)
Signed-off-by: Adrian Wannenmacher <tfld@tfld.dev>
1 parent e8d0853 commit f1de4bb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog.d/8734.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify the usecase for an msisdn delegate. Contributed by Adrian Wannenmacher.

docs/sample_config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,8 +1230,9 @@ account_validity:
12301230
# email will be globally disabled.
12311231
#
12321232
# Additionally, if `msisdn` is not set, registration and password resets via msisdn
1233-
# will be disabled regardless. This is due to Synapse currently not supporting any
1234-
# method of sending SMS messages on its own.
1233+
# will be disabled regardless, and users will not be able to associate an msisdn
1234+
# identifier to their account. This is due to Synapse currently not supporting
1235+
# any method of sending SMS messages on its own.
12351236
#
12361237
# To enable using an identity server for operations regarding a particular third-party
12371238
# identifier type, set the value to the URL of that identity server as shown in the

synapse/config/registration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,9 @@ def generate_config_section(self, generate_secrets=False, **kwargs):
347347
# email will be globally disabled.
348348
#
349349
# Additionally, if `msisdn` is not set, registration and password resets via msisdn
350-
# will be disabled regardless. This is due to Synapse currently not supporting any
351-
# method of sending SMS messages on its own.
350+
# will be disabled regardless, and users will not be able to associate an msisdn
351+
# identifier to their account. This is due to Synapse currently not supporting
352+
# any method of sending SMS messages on its own.
352353
#
353354
# To enable using an identity server for operations regarding a particular third-party
354355
# identifier type, set the value to the URL of that identity server as shown in the

0 commit comments

Comments
 (0)