[patch] Remove arbitrary maxlength from UserCreationForm and PasswordChangeForm password fields
Reported by: |
Collin Grady <cgrady@…> |
Owned by: |
nobody |
Component:
|
Contrib apps
|
Version:
|
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
Triage Stage:
|
Accepted
|
Has patch:
|
yes
|
Needs documentation:
|
no
|
Needs tests:
|
no
|
Patch needs improvement:
|
no
|
Easy pickings:
|
no
|
UI/UX:
|
no
|
At present, UserCreationForm and PasswordChangeForm have arbitrary maxlengths on the input fields for the password (and not even the same max).
As the auth code itself has no such max length limit, this serves no purpose but to cause longer passwords to fail. While not a common occurance, it did recently pop up, so there is at least some need for longer passwords :)
Change History
(6)
Summary: |
[path] Remove arbitrary maxlength from UserCreationForm and PasswordChangeForm password fields → [patch] Remove arbitrary maxlength from UserCreationForm and PasswordChangeForm password fields
|
Triage Stage: |
Unreviewed → Design decision needed
|
Triage Stage: |
Design decision needed → Accepted
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
new patch, missed a few maxlengths before