We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3741eed commit 3c2c8a4Copy full SHA for 3c2c8a4
oshc/oshc/settings.py
@@ -158,12 +158,9 @@
158
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
159
160
STATICFILES_DIRS = (os.path.join(BASE_DIR, 'main/'), )
161
-
162
-EMAIL_HOST = 'smtp.gmail.com'
163
-EMAIL_HOST_USER = 'email'
164
-EMAIL_HOST_PASSWORD = 'password'
165
-EMAIL_PORT = 587
166
-EMAIL_USE_TLS = True
167
LOGIN_REDIRECT_URL = "/"
168
169
CRISPY_TEMPLATE_PACK = 'bootstrap3'
+
+# Allauth settings
+ACCOUNT_EMAIL_VERIFICATION = None # Disable email verification of new user
0 commit comments