From bbbd08edc126adadc121d956d2d0a7a061b5ed02 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 22 Mar 2017 15:29:29 +0100 Subject: Changed text when password reset disabled. (#1364) Fixes #1340 --- templates/user/auth/forgot_passwd.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user') diff --git a/templates/user/auth/forgot_passwd.tmpl b/templates/user/auth/forgot_passwd.tmpl index 77de5fceea..86a98fcf10 100644 --- a/templates/user/auth/forgot_passwd.tmpl +++ b/templates/user/auth/forgot_passwd.tmpl @@ -22,7 +22,7 @@ {{else if .IsResetDisable}} -

{{.i18n.Tr "auth.disable_register_mail"}}

+

{{.i18n.Tr "auth.disable_forgot_password_mail"}}

{{else if .ResendLimited}}

{{.i18n.Tr "auth.resent_limit_prompt"}}

{{end}} -- cgit v1.2.3