From e214728725b304e92308f3c30235ec0d12dd5478 Mon Sep 17 00:00:00 2001 From: Jonas Östanbäck Date: Sun, 14 May 2017 04:38:30 +0200 Subject: Add new text for reset password flash (#1718) * Forgot password should use ResetPwdCodeLives, not ActiveCodeLives * Improve documentation for different send mail functions related to password reset * Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings --- templates/user/auth/forgot_passwd.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user/auth') diff --git a/templates/user/auth/forgot_passwd.tmpl b/templates/user/auth/forgot_passwd.tmpl index 86a98fcf10..412b5b8847 100644 --- a/templates/user/auth/forgot_passwd.tmpl +++ b/templates/user/auth/forgot_passwd.tmpl @@ -10,7 +10,7 @@
{{template "base/alert" .}} {{if .IsResetSent}} -

{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}

+

{{.i18n.Tr "auth.reset_password_mail_sent_prompt" .Email .Hours | Str2html}}

{{else if .IsResetRequest}}
-- cgit v1.2.3