diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-01 00:33:04 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-02 19:05:13 +0300 |
commit | d589f3dcfb961fa92bac8c8d140000de498353ff (patch) | |
tree | a9e9613487552017173ab537dc6dc6b3759e3981 | |
parent | 9a92e5a351b7066f42fb5f4d2951f5ef4e4c2a6d (diff) | |
download | pleroma-d589f3dcfb961fa92bac8c8d140000de498353ff.tar.gz |
CHANGELOG.md: Add entry for re-registration ban
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9279c1af0..d1e7be74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased-patch] ### Security +- Disallow re-registration of previously deleted users, which allowed viewing direct messages addressed to them - Mastodon API: Fix `POST /api/v1/follow_requests/:id/authorize` allowing to force a follow from a local user even if they didn't request to follow ### Fixed |