Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
618 B
16 lines
618 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
<title>{{.DisplayName}}, you have requested to recover your account</title> |
|
</head> |
|
|
|
<body> |
|
<p>Hi <b>{{.DisplayName}}</b>,</p> |
|
<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> |
|
<p>Not working? Try copying and pasting it to your browser.</p> |
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p> |
|
</body> |
|
</html>
|
|
|