aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-10-03 18:53:04 +0100
committerGravatar Gareth Coles <[email protected]>2019-10-03 18:53:04 +0100
commit01c059877bc0d82a72558194e4c8ddb30f1c8b33 (patch)
treebc8f01bd7fdae3e8b9c76d7d315dc2b8f7040c50 /pydis_site/settings.py
parentRe-add erroneously removed static files (diff)
Disable Allauth email verification
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 189c35e6..21841e15 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -364,3 +364,5 @@ AUTHENTICATION_BACKENDS = (
# `allauth` specific authentication methods, such as login by e-mail
'allauth.account.auth_backends.AuthenticationBackend',
)
+
+ACCOUNT_EMAIL_VERIFICATION = "none" # No verification required; we don't use emails for anything