From fe91d9617b5d00f3b01c33e80d4fc5bd22883d0f Mon Sep 17 00:00:00 2001 From: zeripath Date: Sat, 18 Dec 2021 22:55:26 +0000 Subject: [PATCH] Fix reset password email template (#17025) (#18022) --- templates/mail/auth/reset_passwd.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index 2a85abc6c5..7cab33bf4e 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -9,7 +9,7 @@

{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}


{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}

{{$recover_url}}


-

{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html}}

+

{{.i18n.Tr "mail.link_not_working_do_paste"}}

© {{AppName}}