Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Standard business people in 2020. I wish it were possible to osmotically transfer awareness of their ignorance and its toll on quality.
-
@C0D4 I actually understand that one. Those characters are typically not allowed in XML without escaping, thus the limitation. But a random character count ? There's no technical limitation there.
-
C0D4681464y@devphobe
Haha , I know that, but I wouldn't expect that at a login/registration process.
As for the limit, something like bcrypt with a bucket load of cycles maybe?
But yea overall it's a useless limitation unless... it's not. -
dder23234ySo at one registration site the limit to pw length was solely a max=18 in the Input-Element.
No further fe validation / no be validation.
I just use decent pws :)
Must contain 8-18 characters, 1 lower, 1 upper and 1 special character. Cannot be the same as email address.
18? Why fucking 18 characters? That's not any pragmatic limit. What fucking product owner came up with that requirement?
rant