aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-09-09 09:10:44 -0500
committerMark Felder <feld@FreeBSD.org>2020-09-09 09:10:44 -0500
commit34d7e864db8f9cc7fb73ce2fef8466ce8e09ed85 (patch)
treee2eec3e3fb731431779a05071977e0446e083951
parentb900c06d4e2bc5d607af542e2c9cf9eacade376b (diff)
downloadpleroma-34d7e864db8f9cc7fb73ce2fef8466ce8e09ed85.tar.gz
New mix tasks for controlling user confirmation status and sending confirmation mails
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19b2596cc..47cab144b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
+### Added
+- Mix tasks for controlling user account confirmation status in bulk (`mix pleroma.user confirm_all` and `mix pleroma.user unconfirm_all`)
+- Mix task for sending confirmation emails to all unconfirmed users (`mix pleroma.email send_confirmation_mails`)
+
### Changed
- Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated.