ConceptPortal-public/rsconcept/backend/templates/password_reset_email.html
2024-02-25 20:55:30 +03:00

21 lines
899 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Восстановление пароля КонцептПортал</title>
</head>
<body>
<p>Здравствуйте, {{first_name}}</p>
<p>
Мы получили запрос на восстановление пароля для пользователя {{username}},
привязанного к данному email. Если Вы отправили указанный запрос, то
перейдите по ссылке для задания нового пароля:
</p>
<p><a href="{{ reset_password_url }}">Сбросить пароль</a></p>
<p>
Если Вы не отправляли запрос, то можете игнорировать данное сообщение.
</p>
<p>С уважением,</p>
<p>Команда КонцептПортал</p>
</body>
</html>