Password limit 60 char is not implemented correctly
AdrienViala opened this issue · 7 comments
Hello everyone
Sorry did not found a better place to declare the bug please forward it to the right developer.
Your signin form has a minor bug :
it blocks 60 char password and accepts 59 char password,
it should accept 60 char password per the error message.
Also, it looks like once I triggered this bug, the error message stays even when I drop char from the password. Did not tried to reproduce that part though.
Hi @AdrienViala, thank you for reporting this bug! 🙏
And apologies for the nuisance. 🙇
We logged a ticket and assigned the bug to the team in charge of this feature. 👍
hello @marcospinello did the team solved the issue ?
Hi @AdrienViala, apologies for missing your message and for replying with so much delay.
The bug related to the issue you reported is still in the backlog of the team who owns the feature.
It's currently in "Open" status; I could not get an ETA from the team.
Not judging, every team needs to manage its priority and that one must be pretty low. Although, it's most probably a 30 seconds fix. Thanks for the update.
Hi @AdrienViala, it took some time, but this is fixed now: the password input field now accepts up to 60 characters. It throws an error if passwords are >60 chars.
Thank you again for reporting the bug, and for being extremely patient until its resolution.
Hello Marco thank you for having keep up with the issue and forward congrats on your team for taking the time to solve small issues.
I just tested in production & it's OK for me :
I tried 126 char, 61 char and 60 char. Forms now behaving correctly.
I believe the validation error message from previous tries is still displayed while the page is loading after submit, if you do "browser side inputs checks" you should hide the previous check error before/while processing the server answer. That's really nitpicking though.
solved in production