Merge branch 'feature/bulk-confirmation' into 'develop'
authorfeld <feld@feld.me>
Fri, 25 Sep 2020 16:15:01 +0000 (16:15 +0000)
committerfeld <feld@feld.me>
Fri, 25 Sep 2020 16:15:01 +0000 (16:15 +0000)
Bulk account confirmation actions

Closes #2085

See merge request pleroma/pleroma!2975

1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 1a1de99a79f07d0999ee16f99eef5783eaadad44,4e9aae73614b172d2fb755fbc2fc36047af685af..80fbc078dcb41bab2275c7f8b118b60d1b2a5b75
@@@ -5,9 -5,12 +5,13 @@@ The format is based on [Keep a Changelo
  
  ## 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
  
 +- Search: Users are now findable by their urls.
  - Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated.
  - Renamed `:timeout` in `pools` namespace to `:recv_timeout`, old name is deprecated.
  - The `discoverable` field in the `User` struct will now add a NOINDEX metatag to profile pages when false.