diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-28 18:41:20 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-28 18:41:20 +0100 |
commit | 5858093815cb5258c46dfdee9e36f76bae2aa928 (patch) | |
tree | 47210a6102e25db5d02dee2dc52f1aa5b6ea95e9 /synapse | |
parent | Merge remote-tracking branch 'origin/release-v1.20.1' into bbz/info-mainline-... (diff) | |
download | synapse-5858093815cb5258c46dfdee9e36f76bae2aa928.tar.xz |
Don't check whether a 3pid is allowed to register during password reset github/anoa/info-mainline-no-check-password-reset-backport anoa/info-mainline-no-check-password-reset-backport
This check was preventing people from resetting their passwords unless they already had a pending invite to that email address, which makes no sense.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/client/v2_alpha/account.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py |