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" />
|
2019-04-18 09:23:59 +02:00
|
|
|
<title>{{.DisplayName}}, you have requested to recover your account</title>
|
2014-04-05 18:32:34 +02:00
|
|
|
</head>
|
2015-09-17 20:57:24 +02:00
|
|
|
|
|
|
|
<body>
|
2019-04-04 09:52:48 +02:00
|
|
|
<p>Hi <b>{{.DisplayName}}</b>,</p>
|
2019-04-18 09:23:59 +02:00
|
|
|
<p>Please click the following link to recover your account within <b>{{.ResetPwdCodeLives}}</b>:</p>
|
|
|
|
|
|
|
|
<p><a href="{{AppUrl}}user/recover_account?code={{.Code}}">{{AppUrl}}user/recover_account?code={{.Code}}</a></p>
|
2015-12-07 23:30:52 +01:00
|
|
|
<p>Not working? Try copying and pasting it to your browser.</p>
|
2018-07-04 01:52:36 +02:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2014-04-05 18:32:34 +02:00
|
|
|
</body>
|
2015-12-07 23:30:52 +01:00
|
|
|
</html>
|