1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

Add some user feedback

This commit is contained in:
Mark Felder 2020-09-24 18:35:20 -05:00
parent 3bf3db39f5
commit 81faf540b3

View file

@ -25,6 +25,8 @@ def run(["test" | args]) do
def run(["resend_confirmation_emails"]) do
start_pleroma()
shell_info("Sending emails to all unconfirmed users")
Pleroma.User.Query.build(%{
local: true,
deactivated: false,