Skip to content

Commit 9334293

Browse files
author
AJ ONeal
committed
update English-only account-recovery templates
1 parent de98be9 commit 9334293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/mail/auth/register_notify.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for {{AppName}}!</p>
1010
<p>You can now login via username: {{.Username}}.</p>
1111
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
12-
<p>If this account has been created for you, please <a href="{{AppUrl}}user/forgot_password">reset your password</a> first.</p>
12+
<p>If this account has been created for you, please <a href="{{AppUrl}}user/forgot_password">set your password</a> first.</p>
1313
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
1414
</body>
1515
</html>

templates/mail/auth/reset_passwd.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5-
<title>{{.Username}}, you have requested to reset your password</title>
5+
<title>{{.Username}}, you have requested to recover your account</title>
66
</head>
77

88
<body>
99
<p>Hi <b>{{.Username}}</b>,</p>
10-
<p>Please click the following link to reset your password within <b>{{.ResetPwdCodeLives}}</b>:</p>
10+
<p>Please click the following link to recover your account within <b>{{.ResetPwdCodeLives}}</b>:</p>
1111
<p><a href="{{AppUrl}}user/recover_account?code={{.Code}}">{{AppUrl}}user/recover_account?code={{.Code}}</a></p>
1212
<p>Not working? Try copying and pasting it to your browser.</p>
1313
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>

0 commit comments

Comments
 (0)