|
|
|
|
|
by jerbear4328
825 days ago
|
|
No, you don't ignore the case, you swap it and try again. This could be implemented as a browser extension: - User types pA$$WORD1 and clicks Sign In - Frontend sends that to the server - Server responds "incorrect" - Frontend tries again with Pa$$word1 - Server responds "correct" and user is logged in |
|
You either have to double the number of failed attempts before a lockout or deal with users getting locked out much quicker.
Thus causing more frustration than if you'd done nothing at all to address the capslock issue (that they're going to have to notice and fix anyway at some point, when they inevitably need to type again)