|
|
|
|
|
by bttrfl
1818 days ago
|
|
I run a company offering form analytics [0] so I have seen plenty of real data on how people use forms. One stupid issue I've seen over and over again is a lack of trimming of email/username/password strings, say: 'john@doe.com ' resulting in errors like 'invalid email'. Since whitespaces are invisible to users, they can't figure out what's wrong. [0] https://www.useitbetter.com/features/form-analytics/ |
|
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.