From: Michael Tremer Date: Mon, 28 Oct 2019 19:42:25 +0000 (+0000) Subject: people: Send signup emails to moderators X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d11a4f825d80a2a0c606e01d824dfe7c756ef565;p=ipfire.org.git people: Send signup emails to moderators Signed-off-by: Michael Tremer --- diff --git a/src/backend/accounts.py b/src/backend/accounts.py index f8db50a7..fb26c855 100644 --- a/src/backend/accounts.py +++ b/src/backend/accounts.py @@ -246,7 +246,7 @@ class Accounts(Object): # Send email about account registration self.backend.messages.send_template("people/messages/new-account", - recipients=["admin@ipfire.org"], account=account) + recipients=["moderators@ipfire.org"], account=account) return account