Skip to content

Commit cb20963

Browse files
committed
Add upgrade notes
1 parent 4e80ca2 commit cb20963

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/upgrade.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ process, for example:
9191
9292
# Upgrading to v1.64.0
9393
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+
94104
## Changes to the event replication streams
95105
96106
Synapse now includes a flag indicating if an event is an outlier when

0 commit comments

Comments
 (0)