mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-01 04:33:33 +00:00
added password timeout
This commit is contained in:
@@ -83,7 +83,7 @@ USE_TZ = True
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
# PASSWORD_RESET_TIMEOUT = 60 # second
|
||||
PASSWORD_RESET_TIMEOUT = 120 # second
|
||||
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||
MAILER_EMAIL_BACKEND = EMAIL_BACKEND
|
||||
|
Reference in New Issue
Block a user