All checks were successful
Build and Push Docker Image / build (push) Successful in 46s
- Added email templates for activation and password reset (`activation_email.html`, `password_reset_email.html`, etc.) - Created forms for registration (`RegisterForm`) and login (`LoginForm`) with custom validation - Developed new pages for account activation (`activation_success.html`, `activation_invalid.html`), password reset workflow, and profile - Configured email backend and environment file handling in settings - Updated header template to conditionally display profile or login links based on authentication status - Enhanced CSS styles for authentication-related pages and forms
9 lines
441 B
Plaintext
9 lines
441 B
Plaintext
Здравствуйте!
|
|
|
|
Вы запросили восстановление пароля в {{ site_name|default:"SantehRay" }}.
|
|
|
|
Перейдите по ссылке, чтобы задать новый пароль:
|
|
{{ protocol }}://{{ domain }}{% url 'users:password_reset_confirm' uidb64=uid token=token %}
|
|
|
|
Если вы не отправляли этот запрос, просто проигнорируйте это письмо.
|