2014-04-05 16:32:34 +00:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 22:30:52 +00:00
|
|
|
<html>
|
2014-04-05 16:32:34 +00:00
|
|
|
<head>
|
2015-12-07 22:30:52 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2021-06-23 12:33:21 +00:00
|
|
|
<title>{{.i18n.Tr "mail.reset_password.title" .DisplayName}}</title>
|
2014-04-05 16:32:34 +00:00
|
|
|
</head>
|
2015-09-17 18:57:24 +00:00
|
|
|
|
2021-06-23 12:33:21 +00:00
|
|
|
{{ $recover_url := printf "%suser/recover_account?code=%s" AppUrl .Code}}
|
2015-09-17 18:57:24 +00:00
|
|
|
<body>
|
2021-06-23 12:33:21 +00:00
|
|
|
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br>
|
|
|
|
<p>{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br>
|
2021-12-18 22:55:26 +00:00
|
|
|
<p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
|
2019-04-18 07:23:59 +00:00
|
|
|
|
2018-07-03 23:52:36 +00:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2014-04-05 16:32:34 +00:00
|
|
|
</body>
|
2015-12-07 22:30:52 +00:00
|
|
|
</html>
|