2014-04-05 12:32:34 -04:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 17:30:52 -05:00
|
|
|
<html>
|
2014-04-05 12:32:34 -04:00
|
|
|
<head>
|
2023-03-27 12:05:51 -04:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no">
|
2022-06-27 16:58:46 -04:00
|
|
|
<title>{{.locale.Tr "mail.reset_password.title" (.DisplayName|DotEscape)}}</title>
|
2014-04-05 12:32:34 -04:00
|
|
|
</head>
|
2015-09-17 14:57:24 -04:00
|
|
|
|
2022-08-31 11:58:54 -04:00
|
|
|
{{$recover_url := printf "%suser/recover_account?code=%s" AppUrl (QueryEscape .Code)}}
|
2015-09-17 14:57:24 -04:00
|
|
|
<body>
|
2022-06-27 16:58:46 -04:00
|
|
|
<p>{{.locale.Tr "mail.hi_user_x" (.DisplayName|DotEscape) | Str2html}}</p><br>
|
|
|
|
<p>{{.locale.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}</p><p><a href="{{$recover_url}}">{{$recover_url}}</a></p><br>
|
|
|
|
<p>{{.locale.Tr "mail.link_not_working_do_paste"}}</p>
|
2019-04-18 03:23:59 -04:00
|
|
|
|
2018-07-03 19:52:36 -04:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2014-04-05 12:32:34 -04:00
|
|
|
</body>
|
2015-12-07 17:30:52 -05:00
|
|
|
</html>
|