feat: Remove requirement to retype password

This commit is contained in:
2025-11-02 08:14:41 +01:00
parent 9b97cc4cb1
commit 44fa4d4880

View File

@@ -141,7 +141,7 @@ AUTHENTICATION_BACKENDS = [
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED = True
ACCOUNT_SIGNUP_FIELDS = ['username*', "email*", "password1*", "password2*"]
ACCOUNT_SIGNUP_FIELDS = ['username*', "email*", "password1*"]
ACCOUNT_SIGNUP_FORM_CLASS = 'fellchensammlung.forms.AddedRegistrationForm'