You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the [`allowed_local_3pids`](https://element-hq.github.io/synapse/v1.112/usage/configuration/config_documentation.html#allowed_local_3pids) config option's msisdn address to a working example.
If this is set, users must provide all of the specified types of 3PID when registering an account.
2389
+
If this is set, users must provide all of the specified types of [3PID](https://spec.matrix.org/latest/appendices/#3pid-types) when registering an account.
2390
2390
2391
2391
Note that [`enable_registration`](#enable_registration) must also be set to allow account registration.
Mandate that users are only allowed to associate certain formats of
2413
2413
3PIDs with accounts on this server, as specified by the `medium` and `pattern` sub-options.
2414
+
`pattern`is a [Perl-like regular expression](https://docs.python.org/3/library/re.html#module-re).
2415
+
2416
+
More information about 3PIDs, allowed `medium` types and their `address` syntax can be found [in the Matrix spec](https://spec.matrix.org/latest/appendices/#3pid-types).
0 commit comments