14 ms·
Even worse, when the password has an arbitrary length requirement of 20, but the site doesn't tell you and just cuts of any trailing characters exceeding the re
by anshorei 3y ago
Even worse, when the password has an arbitrary length requirement of 20, but the site doesn't tell you and just cuts of any trailing characters exceeding the requirement during account creation.
You have no idea how long it took me to figure that one out.
- thedanbob 3y agoSlightly easier to figure out but no less annoying is when the maxLength attributes on the password fields for the two forms (create account and login) are different.
- tomsmeding 3y agoThat sounds suspiciously like a VARCHAR(20) somewhere...