summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-09-02 09:09:13 -0500
committerMark Felder <feld@FreeBSD.org>2020-09-02 09:09:13 -0500
commitcbf7f0e02943f44a73f4418b8c6a8bada06331d8 (patch)
treea02f49384d8e8c42586a5352193c9fbb76c1208a /CHANGELOG.md
parentd6e979aebe7d837aea8bf80323b937eab87e096d (diff)
downloadpleroma-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.md1
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