Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> I think the developer just silently presumed that no one would enter such long passwords.

But they had to make a specific decision to forbid long passwords; "lazy developer" or "silent assumption" doesn't explain the extra effort.



I have often seen password fields that are only limited by their attribute. Eg

  <input type="password" maxlength=20>
You're right, if they actively limit the character set and the length, it must have been a conscious decision.


Usually something like this is just a sanity check. 16 characters is definitely a little stingy though, but I'd wager that a very small percentage of their user's ran into this limit (mostly those pre-encrypting locally like I do), so I think we're overblowing the issue a bit.

Those character restrictions are just silly and annoying though.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: