(no title)
xahrepap | 1 year ago
There was a PayPal bug just a couple years ago where the reset-password page didn't enforce length like other pages did. So it allowed you to create an otherwise illegal password and then your account is completely locked out (I guess, unless you realized the truncation was happening...)
And so I would reset my password, generate a new one... and it would happen again. Took me a while to realize it was the length and not a special character I added messing up with bad encoding logic or something.
Terretta|1 year ago
JetBlue truncated to 10, e.g.:
So I can tell you it's even worse when they silently truncate it on save, and on some logins, but not on all logins!username135|1 year ago
mm_00|1 year ago