Most websites that I have seen don't warn users when they type their passwords with capslock on. Given that it is possible to implement that function, why is this not a common practice?
|
|
It is not a common practice because, sadly, most of the web developers aren't actually concerned about the user experience and improving it. One interesting approach, besides warning the user about the caps lock, is Facebook's "case insensitive" system.
|
|||||||||||||||||||||
|
|
While it is true that many sites and applications don't use the capslock capture, the idea has been around for years (especially amongst enterprise level applications). Regarding your question whether it's a good idea or not, let me ask a question back: Is it good UX to help the user avoid a fail state? My answer would be yes. |
|||
|
|
|
Some browsers (at least Safari, Chrome and IE10) have the feature built-in. If you have caps lock on when you're typing a password, they show an icon in the password field.
The feature works in every web site without them having to implement it separately ( |
|||||
|
|
It is good practice to warn that CAPSLOCK is enabled because user with enabled capslock will try to enter same password each time until he notice enabled capslock. If the user cannot see what he is typing it would be good to warn user about CAPSLOCK enabled, about current keyboard language and about last typed letter. But the easier way to avoid errors while entering password is just to unmask the password at all. Jacob Nilsen about stop masking the password:
So the best practice for user is just unmasking the password. There is a WordPress plugin which unmasks password field. So you may try it if you want to. |
|||||||
|
