2014-04-05 10:32:34 -06:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 15:30:52 -07:00
|
|
|
<html>
|
2014-04-05 10:32:34 -06:00
|
|
|
<head>
|
2015-12-07 15:30:52 -07:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2016-07-15 10:36:39 -06:00
|
|
|
<title>{{.Username}}, you have requested to reset your password</title>
|
2014-04-05 10:32:34 -06:00
|
|
|
</head>
|
2015-09-17 12:57:24 -06:00
|
|
|
|
|
|
|
<body>
|
2016-07-15 10:36:39 -06:00
|
|
|
<p>Hi <b>{{.Username}}</b>,</p>
|
2017-10-29 15:57:05 -06:00
|
|
|
<p>Please click the following link to reset your password within <b>{{.ResetPwdCodeLives}}</b>:</p>
|
2016-07-15 10:36:39 -06:00
|
|
|
<p><a href="{{AppUrl}}user/reset_password?code={{.Code}}">{{AppUrl}}user/reset_password?code={{.Code}}</a></p>
|
2015-12-07 15:30:52 -07:00
|
|
|
<p>Not working? Try copying and pasting it to your browser.</p>
|
2018-07-03 17:52:36 -06:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2014-04-05 10:32:34 -06:00
|
|
|
</body>
|
2015-12-07 15:30:52 -07:00
|
|
|
</html>
|