Fix password-manager username not saved on customer account creation

This commit is contained in:
Richard Schreiber
2026-03-30 15:33:45 +02:00
parent a2cef22ea8
commit 8aecd3a133
+1 -1
View File
@@ -296,7 +296,7 @@ class SetPasswordForm(forms.Form):
}
email = forms.EmailField(
label=_('Email'),
disabled=True
widget=forms.EmailInput(attrs={'autocomplete': 'username', 'readonly': 'readonly'}),
)
password = forms.CharField(
label=_('Password'),