Skip to content

Commit d84a0b7

Browse files
jarifibrahimtapaswenipathak
authored andcommitted
Remove email related settings and disable email verification
1 parent 778ac2b commit d84a0b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: oshc/oshc/settings.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@
168168
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
169169

170170
EMAIL_USE_TLS = True
171-
172171
LOGIN_REDIRECT_URL = "/"
173172

174173
CRISPY_TEMPLATE_PACK = 'bootstrap3'
174+
175+
# Allauth settings
176+
ACCOUNT_EMAIL_VERIFICATION = None # Disable email verification of new user

0 commit comments

Comments
 (0)