diff --git a/oshc/oshc/settings.py b/oshc/oshc/settings.py index e761810..dc42337 100644 --- a/oshc/oshc/settings.py +++ b/oshc/oshc/settings.py @@ -168,7 +168,9 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' EMAIL_USE_TLS = True - LOGIN_REDIRECT_URL = "/" CRISPY_TEMPLATE_PACK = 'bootstrap3' + +# Allauth settings +ACCOUNT_EMAIL_VERIFICATION = None # Disable email verification of new user