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" />
|
2022-03-23 18:04:20 +05:30
|
|
|
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no"/>
|
2022-06-28 02:28:46 +05:30
|
|
|
<title>{{.locale.Tr "mail.reset_password.title" (.DisplayName|DotEscape)}}</title>
|
2014-04-05 22:02:34 +05:30
|
|
|
</head>
|
2015-09-18 00:27:24 +05:30
|
|
|
|
2021-11-16 23:48:25 +05:30
|
|
|
{{ $recover_url := printf "%suser/recover_account?code=%s" AppUrl (QueryEscape .Code)}}
|
2015-09-18 00:27:24 +05:30
|
|
|
<body>
|
2022-06-28 02:28:46 +05:30
|
|
|
<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 12:53:59 +05:30
|
|
|
|
2018-07-04 05:22:36 +05:30
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2014-04-05 22:02:34 +05:30
|
|
|
</body>
|
2015-12-08 04:00:52 +05:30
|
|
|
</html>
|