diff options
author | Shay <hillerys@element.io> | 2021-11-18 10:56:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 10:56:32 -0800 |
commit | 92b75388f520cfec412bf2ff57bcdbfa22d8c01d (patch) | |
tree | 0fb39071646e6a5e62a0d410f6532320cde5f1c1 /changelog.d | |
parent | Add dedicated admin API for blocking a room (#11324) (diff) | |
download | synapse-92b75388f520cfec412bf2ff57bcdbfa22d8c01d.tar.xz |
Remove legacy code related to deprecated `trust_identity_server_for_password_resets` config flag (#11333)
* remove code legacy code related to deprecated config flag "trust_identity_server_for_password_resets" from synapse/config/emailconfig.py * remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/config/registration.py * remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/handlers/identity.py * add tests to ensure config error is thrown and synapse refuses to start when depreciated config flag is found * add changelog * slightly change behavior to only check for deprecated flag if set to 'true' * Update changelog.d/11333.misc Co-authored-by: reivilibre <oliverw@matrix.org> Co-authored-by: reivilibre <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11333.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11333.misc b/changelog.d/11333.misc new file mode 100644 index 0000000000..6c1fd560ad --- /dev/null +++ b/changelog.d/11333.misc @@ -0,0 +1 @@ +Remove deprecated `trust_identity_server_for_password_resets` configuration flag. \ No newline at end of file |