File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments