projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b900c06
)
New mix tasks for controlling user confirmation status and sending confirmation mails
author
Mark Felder
<feld@FreeBSD.org>
Wed, 9 Sep 2020 14:10:44 +0000
(09:10 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 9 Sep 2020 14:10:44 +0000
(09:10 -0500)
CHANGELOG.md
patch
|
blob
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 19b2596cc32aa640263a8fe9cef104585f2714ac..47cab144bdbc20510b9973465c27a5d44df27fac 100644
(file)
--- 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.