From 65c49ea41ecd8e1cce07db1b258a93132cb634d4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 16 May 2024 16:56:46 +0100 Subject: formatting only --- config/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/settings/base.py b/config/settings/base.py index 2bef881..def232c 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