We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9761e3 commit 210886aCopy full SHA for 210886a
1 file changed
src/bornhack/settings.py
@@ -116,11 +116,11 @@
116
]
117
118
ACCOUNT_LOGIN_METHODS = {"email"}
119
-ACCOUNT_EMAIL_REQUIRED = True
120
ACCOUNT_EMAIL_VERIFICATION = True
121
ACCOUNT_EMAIL_SUBJECT_PREFIX = "[bornhack] "
122
-ACCOUNT_USERNAME_REQUIRED = False
123
ACCOUNT_SIGNUP_FORM_HONEYPOT_FIELD = "gender"
+ACCOUNT_SIGNUP_FIELDS = ["email*", "password1*", "password2*"]
+
124
# include captcha field in signup form
125
ACCOUNT_FORMS = {"signup": "bornhack.forms.AllAuthSignupCaptchaForm"}
126
LOGIN_REDIRECT_URL = "/"
0 commit comments