summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-11-21 10:24:45 -0600
committerAlex Gleason <alex@alexgleason.me>2020-11-21 10:24:45 -0600
commit4999efad3f0bb0a70a5be5d5c2b970ab564668ca (patch)
tree79de2c366f189392e4806d259690745fd07d2b69
parent30ed7b502f5db14a4635d3d80a62df3c18b91813 (diff)
downloadpleroma-4999efad3f0bb0a70a5be5d5c2b970ab564668ca.tar.gz
pleroma-4999efad3f0bb0a70a5be5d5c2b970ab564668ca.zip
Update CHANGELOG.md: registration workflow
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a402b80ff..cedba088c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Polls now always return a `voters_count`, even if they are single-choice.
- Admin Emails: The ap id is used as the user link in emails now.
+- Improved registration workflow for email confirmation and account approval modes.
- **Breaking:** Changed `mix pleroma.user toggle_confirmed` to `mix pleroma.user confirm`
### Added