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
Copy file name to clipboardExpand all lines: docs/upgrade.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,16 @@ process, for example:
91
91
92
92
# Upgrading to v1.64.0
93
93
94
+
## Deprecation of the ability to delegate e-mail verification to identity servers
95
+
96
+
Synapse v1.66.0 will remove the ability to delegate the tasks of verifying email address ownership, and password reset confirmation, to an identity server.
97
+
98
+
If you require your homeserver to verify e-mail addresses or to support password resets via e-mail, please configure your homeserver with SMTP access so that it can send e-mails on its own behalf.
99
+
[Consult the configuration documentation for more information.](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#email)
100
+
101
+
The option that will be removed is `account_threepid_delegates.email`.
102
+
103
+
94
104
## Changes to the event replication streams
95
105
96
106
Synapse now includes a flag indicating if an event is an outlier when
0 commit comments