We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778ac2b commit d84a0b7Copy full SHA for d84a0b7
oshc/oshc/settings.py
@@ -168,7 +168,9 @@
168
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
169
170
EMAIL_USE_TLS = True
171
-
172
LOGIN_REDIRECT_URL = "/"
173
174
CRISPY_TEMPLATE_PACK = 'bootstrap3'
+
175
+# Allauth settings
176
+ACCOUNT_EMAIL_VERIFICATION = None # Disable email verification of new user
0 commit comments