diff options
author | lain <lain@soykaf.club> | 2020-11-19 12:29:41 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-19 12:29:41 +0100 |
commit | 21eaaf491c3cc3b76ac2ee49536491fdb2df79e7 (patch) | |
tree | f941c745d82812e1babd87f7e358c589d363d3d0 | |
parent | f6c22f4d085919b03bcf57b995c0503c4a4f337f (diff) | |
download | pleroma-21eaaf491c3cc3b76ac2ee49536491fdb2df79e7.tar.gz |
Changelog: Add info about reset tokens
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd90562c2..40c486933 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> |