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