diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-08-02 11:13:23 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-08-02 11:13:23 +0000 |
commit | 65740f8a9b04c07610c2d8146583b5a23a852fe4 (patch) | |
tree | e0d8fa7532d0ad441100c1b8ff71c3a6eff989a6 /develop/upgrade.html | |
parent | deploy: c2f48712265de92bd833a15f86935bed1f1efbe5 (diff) | |
download | synapse-65740f8a9b04c07610c2d8146583b5a23a852fe4.tar.xz |
deploy: 8d317f6da5aa2efc030990c7036cdb4f384c704a
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 78b1495430..37f0fba7d8 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -233,6 +233,11 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </li> </ul> <h1 id="upgrading-to-v1640"><a class="header" href="#upgrading-to-v1640">Upgrading to v1.64.0</a></h1> +<h2 id="deprecation-of-the-ability-to-delegate-e-mail-verification-to-identity-servers"><a class="header" href="#deprecation-of-the-ability-to-delegate-e-mail-verification-to-identity-servers">Deprecation of the ability to delegate e-mail verification to identity servers</a></h2> +<p>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.</p> +<p>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. +<a href="https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#email">Consult the configuration documentation for more information.</a></p> +<p>The option that will be removed is <code>account_threepid_delegates.email</code>.</p> <h2 id="changes-to-the-event-replication-streams"><a class="header" href="#changes-to-the-event-replication-streams">Changes to the event replication streams</a></h2> <p>Synapse now includes a flag indicating if an event is an outlier when replicating it to other workers. This is a forwards- and backwards-incompatible |