diff options
author | richvdh <richvdh@users.noreply.github.com> | 2022-07-29 10:30:04 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2022-07-29 10:30:04 +0000 |
commit | 171dd6e71958491ecb7ac12701b7aee177737550 (patch) | |
tree | 748d7a0134c46cc3e13106ae12935b4a25096468 /v1.64/upgrade.html | |
parent | deploy: 24ef1460f691c0fb40470784603c6b0c34629d09 (diff) | |
download | synapse-171dd6e71958491ecb7ac12701b7aee177737550.tar.xz |
deploy: 98fb610cc043e4f6ba77f78aaecef6b646bf61d6
Diffstat (limited to 'v1.64/upgrade.html')
-rw-r--r-- | v1.64/upgrade.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/v1.64/upgrade.html b/v1.64/upgrade.html index cf542f69c7..78b1495430 100644 --- a/v1.64/upgrade.html +++ b/v1.64/upgrade.html @@ -233,15 +233,6 @@ 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="delegation-of-email-validation-no-longer-supported"><a class="header" href="#delegation-of-email-validation-no-longer-supported">Delegation of email validation no longer supported</a></h2> -<p>As of this version, Synapse no longer allows the tasks of verifying email address -ownership, and password reset confirmation, to be delegated to an identity server.</p> -<p>To continue to allow users to add email addresses to their homeserver accounts, -and perform password resets, make sure that Synapse is configured with a -working email server in the <code>email</code> configuration section (including, at a -minimum, a <code>notif_from</code> setting.)</p> -<p>Specifying an <code>email</code> setting under <code>account_threepid_delegates</code> will now cause -an error at startup.</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 |