diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-09-02 09:09:13 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-09-02 09:09:13 -0500 |
commit | cbf7f0e02943f44a73f4418b8c6a8bada06331d8 (patch) | |
tree | a02f49384d8e8c42586a5352193c9fbb76c1208a /CHANGELOG.md | |
parent | d6e979aebe7d837aea8bf80323b937eab87e096d (diff) | |
download | pleroma-cbf7f0e02943f44a73f4418b8c6a8bada06331d8.tar.gz pleroma-cbf7f0e02943f44a73f4418b8c6a8bada06331d8.zip |
Disallow password resets for deactivated accounts.
Ensure all responses to password reset events are identical.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 54685cfb8..cdd5b94a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers - Mastodon API: Timelines hanging for (`number of posts with links * rich media timeout`) in the worst case. Reduced to just rich media timeout. +- Password resets no longer processed for deactivated accounts ## [2.1.0] - 2020-08-28 |