We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ad3f0 commit d109344Copy full SHA for d109344
djangosnippets/settings/base.py
@@ -138,7 +138,7 @@ def user_url(user):
138
MESSAGE_STORAGE = "django.contrib.messages.storage.session.SessionStorage"
139
140
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 7
141
-ACCOUNT_EMAIL_REQUIRED = True
+ACCOUNT_SIGNUP_FIELDS = ["email*", "username*", "password1*", "password2*"]
142
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
143
ACCOUNT_DEFAULT_HTTP_PROTOCOL = "https"
144
ACCOUNT_LOGOUT_ON_GET = True
0 commit comments