diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-19 16:22:14 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-19 16:22:14 +0000 |
commit | c8d11c306452ea36f5690ba1824434dc71bd9f95 (patch) | |
tree | f2d91a7bb673366a38ceeaac00fb5c81434ef7e9 /CHANGELOG.md | |
parent | 6fc38aac8814fa63d6c43d004cb5280131106cb2 (diff) | |
parent | 21eaaf491c3cc3b76ac2ee49536491fdb2df79e7 (diff) | |
download | pleroma-c8d11c306452ea36f5690ba1824434dc71bd9f95.tar.gz pleroma-c8d11c306452ea36f5690ba1824434dc71bd9f95.zip |
Merge branch '2317-old-reset-tokens' into 'develop'
Resolve "Don't allow old password reset tokens"
Closes #2317
See merge request pleroma/pleroma!3160
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 6e0bec996..fc4013fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance. - Ability to view remote timelines, with ex. `/api/v1/timelines/public?instance=lain.com` and streams `public:remote` and `public:remote:media`. - The site title is now injected as a `title` tag like preloads or metadata. +- Password reset tokens now are not accepted after a certain age. <details> <summary>API Changes</summary> |