diff --git a/TODO.txt b/TODO.txt index fc8450a8..26c9c412 100644 --- a/TODO.txt +++ b/TODO.txt @@ -12,6 +12,7 @@ For more specific TODOs see comments in code [Tech] - rewrite custom password-reset +- upgrade backend to Python3.12 and Django 5 [deployment] - logs collection diff --git a/rsconcept/backend/apps/users/templates/password_reset_email.html b/rsconcept/backend/apps/users/templates/password_reset_email.html index 8c610c84..b82ca7f3 100644 --- a/rsconcept/backend/apps/users/templates/password_reset_email.html +++ b/rsconcept/backend/apps/users/templates/password_reset_email.html @@ -6,9 +6,15 @@

Здравствуйте, {{first_name}}

- Мы получили запрос на восстановление пароля для пользователя {{username}}, - привязанного к данному email. Если Вы отправили указанный запрос, то - перейдите по ссылке для задания нового пароля: + Мы получили запрос на восстановление пароля для пользователя, привязанного + к данному email. +

+

+

Логин: {{username}}

+

+

+ Если Вы отправили указанный запрос, то перейдите по ссылке для задания + нового пароля:

Сбросить пароль