View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003542 | HTML & PERL | Bug Report - Interface | public | 2023-01-30 00:41 | 2023-02-16 09:59 |
Reporter | teddiebears | Assigned To | DerIdiot | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0003542: Too low maxlength on password input on "Login Failed - Account not activated" causing invalid password errors | ||||
Description | The password field on the "Login Failed - Account not activated" page has a max length of 50, causing issues if you have a longer password, and its a silent failure as there is no indication that the whole password, if having a longer password than 50 characters, is not fully entered. As the max length on passwords when creating an account is 64 characters, this should be fixed. Only way to fix it temporarily is to change the maxlength attribute to be longer, or remove it altogether before entering the password as the backend allows the full length password. | ||||
Steps To Reproduce | 1. Go to the "Login Failed - Account not activated" 2. Inspect the password field and see the maxlength=50 attribute. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-30 00:41 | teddiebears | New Issue | |
2023-02-16 09:59 | DerIdiot | Assigned To | => DerIdiot |
2023-02-16 09:59 | DerIdiot | Status | new => resolved |
2023-02-16 09:59 | DerIdiot | Resolution | open => fixed |