From e61bfd2722157d398c975bfa008a408b11464967 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 3 Jul 2020 22:51:58 +0200 Subject: [PATCH] My fault (wrong email) forgot to change :P --- system/templates/mail.password_changed.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/templates/mail.password_changed.html.twig b/system/templates/mail.password_changed.html.twig index bf20bdde..d87601f0 100644 --- a/system/templates/mail.password_changed.html.twig +++ b/system/templates/mail.password_changed.html.twig @@ -4,4 +4,4 @@ The request was made on {{ "now"|date("F j, Y, g:i a") }} by a user with the IP:

The new password is: {{ new_password }}

-If this was you, please ignore this email. If it was not you, please contact our support department at admin@pastebin.com. \ No newline at end of file +If this was you, please ignore this email. If it was not you, please contact our support department at {{ config.mail_admin }}. \ No newline at end of file