RegisterUtilerias

This commit is contained in:
rexcom28
2023-05-17 09:07:16 -06:00
parent f0d67ae4eb
commit c97a77e73d
4 changed files with 20 additions and 2 deletions

View File

@@ -97,6 +97,8 @@ ACCOUNT_LOGOUT_REDIRECT_URL = '/accounts/login/'
ACCOUNT_SIGNUP_REDIRECT_URL =LOGIN_REDIRECT_URL
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = True
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
EMAIL_TIMEOUT = 10
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'