mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
parent
33722727f0
commit
1e7b6f5c7a
1
TODO.txt
1
TODO.txt
|
@ -12,7 +12,6 @@ For more specific TODOs see comments in code
|
|||
|
||||
[Tech]
|
||||
- rewrite custom password-reset
|
||||
- upgrade backend to Python3.12 and Django 5
|
||||
|
||||
[deployment]
|
||||
- logs collection
|
||||
|
|
|
@ -16,7 +16,7 @@ MEDIA_ROOT=/home/app/web/media
|
|||
# EMAIL_HOST=
|
||||
# EMAIL_HOST_USER=
|
||||
# EMAIL_HOST_PASSWORD=
|
||||
EMAIL_PORT=443
|
||||
EMAIL_PORT=465
|
||||
EMAIL_SSL=True
|
||||
EMAIL_TLS=False
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ from django.utils.html import strip_tags
|
|||
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_TEMPLATE = 'password_reset_email.html'
|
||||
_RECOVERY_URL = 'https://portal.acconcept.ru/password-change'
|
||||
|
|
Loading…
Reference in New Issue
Block a user