Show/Hide password accessibility and password hints tutorial | Part of a Whole
A good tutorial on making password fields accessible when you’ve got the option to show and hide the input.
A good tutorial on making password fields accessible when you’ve got the option to show and hide the input.
A few straightforward steps for improving the usability of credit card forms. The later steps involve JavaScript but the first step uses nothing more than straight-up HTML.
A great investigation into the usability benefits of allowing users to fill in their passwords in plain text.
Major caveat: make sure you still offer the ability to mask passwords too.
I really like this interface idea from Brad that provides the utility of input masks but without the accessibility problems.
I concur completely with Luke’s assessment here. Most password-masking on the web is just security theatre. Displaying password inputs by default (but with an option to hide) should be the norm.
This looks like a handy way of enhancing forms to have input masks (Luke W. would approve). Right now it’s a jQuery plug-in but I’m sure someone as smart as you would be able to create a standalone version, right?