gitroast/templates/mail/auth/reset_passwd.tmpl

16 lines
600 B
Cheetah
Raw Normal View History

2014-04-05 16:32:34 +00:00
<!DOCTYPE html>
<html>
2014-04-05 16:32:34 +00:00
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{{.Username}}, you have requested to recover your account</title>
2014-04-05 16:32:34 +00:00
</head>
2015-09-17 18:57:24 +00:00
<body>
<p>Hi <b>{{.Username}}</b>,</p>
<p>Please click the following link to recover your account within <b>{{.ResetPwdCodeLives}}</b>:</p>
2018-10-15 18:49:22 +00:00
<p><a href="{{AppUrl}}user/recover_account?code={{.Code}}">{{AppUrl}}user/recover_account?code={{.Code}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
2017-03-21 10:00:39 +00:00
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
2014-04-05 16:32:34 +00:00
</body>
</html>