Coding Horror

programming and human factors

Logging in with the Keyboard

The standard login form is everywhere. It's unavoidable. And it's a giant pain in the butt.

standard login form

As much as we see login forms every day, you'd think we would have mastered them by now. Unfortunately, we haven't. Here's what I've observed users doing, over and over again:

  1. Move the mouse to the username field.
  2. Click the mouse button.
  3. Type a username.
  4. Move the mouse to the password field.
  5. Click the mouse button.
  6. Type a password.
  7. Move the mouse to the login button.
  8. Click the mouse button.

Every time I watch someone do this, a little part of me dies inside. And I see it all the time.

I'm not just talking about casual users like our parents. I'm talking about our fellow software developers, and other users who work with the computer for most of the day. People who really should know better.

What kills me about this is all the needless, painful transitions between the mouse and the keyboard. Your fingers are already on the keyboard while you're typing-- just add a little Tab and Enter to the mix! I'm no keyboard Nazi. All I want is to save users a few precious seconds as they slog through the endless logins during their work day. And it's so darn easy, too:

  1. Type a username.
  2. Press the Tab key.
  3. Type a password.
  4. Press the Enter key.

See? Wasn't that nice?* Now it's your turn to play Keyboard Appleseed and spread the word so your fellow coworkers can spend less time logging in-- and more time getting actual work done.

* Although this is the accepted standard behavior for login forms, it is possible for incompetent developers to screw this up. But that advice doesn't apply to the developers reading this blog.. right?

Written by Jeff Atwood

Indoor enthusiast. Co-founder of Stack Overflow and Discourse. Disclaimer: I have no idea what I'm talking about. Find me here: https://infosec.exchange/@codinghorror