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