|
|
|
|
|
by CJefferson
1823 days ago
|
|
One thing I read (and checked, this was in the past) Facebook did was even do simple white stripping on passwords, as well as checking with caps-lock switched on. While it technically might make passwords very slightly less secure, it makes life much easier for users, so I personally think it's worth the cost. |
|
We also implemented it at Pinterest, I think it's a pretty good idea for a few common cases, especially for users typing their password on mobile.
Before doing this though, you want to make sure you have rate limits in place against brute force password checks for account takeover.