View Issue Details

IDProjectCategoryView StatusLast Update
0003542HTML & PERLBug Report - Interfacepublic2023-02-16 09:59
Reporterteddiebears Assigned ToDerIdiot  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Summary0003542: Too low maxlength on password input on "Login Failed - Account not activated" causing invalid password errors
DescriptionThe 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 Reproduce1. Go to the "Login Failed - Account not activated"
2. Inspect the password field and see the maxlength=50 attribute.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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