From 96af6c6a9df9fe90b0aed141c0ad7b10ae97bee4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 21:05:07 +0100 Subject: Removes email validation for allauth for local dev --- config/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/settings') diff --git a/config/settings/base.py b/config/settings/base.py index 16d79eb..2bef881 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -304,7 +304,7 @@ ACCOUNT_USERNAME_REQUIRED = False # https://docs.allauth.org/en/latest/account/configuration.html ACCOUNT_USER_MODEL_USERNAME_FIELD = None # https://docs.allauth.org/en/latest/account/configuration.html -ACCOUNT_EMAIL_VERIFICATION = "mandatory" +#ACCOUNT_EMAIL_VERIFICATION = "mandatory" # https://docs.allauth.org/en/latest/account/configuration.html ACCOUNT_ADAPTER = "pyblackbird_cc.users.adapters.AccountAdapter" # https://docs.allauth.org/en/latest/account/forms.html -- cgit v1.2.3