We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b611ae1 commit 69b3dd6Copy full SHA for 69b3dd6
templates/user/auth/forgot_passwd.tmpl
@@ -10,7 +10,7 @@
10
<div class="ui attached segment">
11
{{template "base/alert" .}}
12
{{if .IsResetSent}}
13
- <p>{{.i18n.Tr "auth.reset_password_mail_sent_prompt" .Email .ResetPwdCodeLives | Str2html}}</p>
+ <p>{{.i18n.Tr "auth.reset_password_mail_sent_prompt" (Escape .Email) .ResetPwdCodeLives | Str2html}}</p>
14
{{else if .IsResetRequest}}
15
<div class="required inline field {{if .Err_Email}}error{{end}}">
16
<label for="email">{{.i18n.Tr "email"}}</label>
0 commit comments