File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for {{AppName}}!</p>
10
10
<p>You can now login via username: {{.Username}}.</p>
11
11
<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>
13
13
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
14
14
</body>
15
15
</html>
Original file line number Diff line number Diff line change 2
2
<html>
3
3
<head>
4
4
<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>
6
6
</head>
7
7
8
8
<body>
9
9
<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>
11
11
<p><a href="{{AppUrl}}user/recover_account?code={{.Code}}">{{AppUrl}}user/recover_account?code={{.Code}}</a></p>
12
12
<p>Not working? Try copying and pasting it to your browser.</p>
13
13
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
You can’t perform that action at this time.
0 commit comments