Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 165fc8c

Browse files
author
David Robertson
committed
Revert "Revert "Drop support for delegating email validation (#13192)" (#13406)"
This reverts commit 98fb610.
1 parent 79281f5 commit 165fc8c

File tree

11 files changed

+273
-425
lines changed

11 files changed

+273
-425
lines changed

docs/upgrade.md

+19
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,25 @@ process, for example:
8989
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
9090
```
9191
92+
# Upgrading to v1.66.0
93+
94+
## Delegation of email validation no longer supported
95+
96+
As of this version, Synapse no longer allows the tasks of verifying email address
97+
ownership, and password reset confirmation, to be delegated to an identity server.
98+
This removal was previously planned for Synapse 1.64.0, but was
99+
[delayed](https://github.com/matrix-org/synapse/issues/13421) until now to give
100+
homeserver administrators more notice of the change.
101+
102+
To continue to allow users to add email addresses to their homeserver accounts,
103+
and perform password resets, make sure that Synapse is configured with a working
104+
email server in the [`email` configuration
105+
section](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#email)
106+
(including, at a minimum, a `notif_from` setting.)
107+
108+
Specifying an `email` setting under `account_threepid_delegates` will now cause
109+
an error at startup.
110+
92111
# Upgrading to v1.64.0
93112
94113
## Deprecation of the ability to delegate e-mail verification to identity servers

0 commit comments

Comments
 (0)