Update signals.py

This commit is contained in:
IRBorisov 2024-02-26 13:01:00 +03:00
parent 9a7c1f784a
commit 3566cd56e3

View File

@ -7,7 +7,7 @@ from django.utils.html import strip_tags
from django_rest_passwordreset.signals import reset_password_token_created # type: ignore from django_rest_passwordreset.signals import reset_password_token_created # type: ignore
_EMAIL_NOREPLY = 'noreply.portal@acconcept.ru' _EMAIL_NOREPLY = 'noreply.portal@yandex.ru'
_EMAIL_SUBJECT = 'Восстановление пароля КонцептПортал' _EMAIL_SUBJECT = 'Восстановление пароля КонцептПортал'
_EMAIL_TEMPLATE = 'password_reset_email.html' _EMAIL_TEMPLATE = 'password_reset_email.html'
_RECOVERY_URL = 'https://portal.acconcept.ru/password-change' _RECOVERY_URL = 'https://portal.acconcept.ru/password-change'