All passwords are not equal

I’m reasonably happy to suffer some inconvenience when identifying myself for online banking, because I have a financial incentive. If my account were compromised, I might lose money. I want complex passwords that are infeasible to crack. I don’t want my browser to store them for automatic completion, in case someone else gains access to my computer. This is all as it should be.

At the other end of the spectrum are the free internet services where the user name and password combination is something that I just have to tolerate in order to use them. They might need some kind of identification in order to provide a personalised service, but they’re not really sensitive.

Delicious (né del.icio.us) is one of these. It’s a bookmarking service. It’s useful. Very useful. In fact, I probably use it every day. But it’s not a critical service.

Since del.icio.us became delicious.com, a couple of things have changed to make it less useful. First, the login cookie/session expires much sooner. Whereas before I hardly ever had to sign in, I must now do so once a fortnight. That’s a small inconvenience, though. What’s more inconvenient is this:

<input type="text" name="username" 
id="username" value="" class="field" 
autocomplete="off">

They’ve told my browser not to give me the option to save the password automatically. When my bank does this, they’re probably doing the right thing. When a free bookmarking service does it, they probably haven’t really thought it through.

It’s a good opportunity to try out Get Satisfaction. I love the concept, so I’ve posted my gripe on there. Let’s see what happens!

Comments

Skip to the comment form

  1. Stu

    Wrote at 2008-10-26 08:06 UTC using Firefox 3.0.3 on Windows Vista:

    You could install Greasemonkey (assuming you use some sort of Mozilla browser) and use the following script: http://userscripts.org/scripts/show/7347

    It claims to turn on auto-complete. :)
  2. Paul Battley

    Wrote at 2008-10-26 10:41 UTC using Firefox 3.0.3 on Linux:

    If you’ve got Firebug installed, as I have, you can also just edit the autocomplete out before submitting, and there’s a bookmarklet around to do the same. The trouble is that you don’t realise that a page has disabled auto-completion until after submission! That Greasemonkey script seems like an ideal solution, as it fixes the problem pro-actively.

Leave a comment

Please read the comment guidelines before posting. Comments are Gravatar-enabled. Your email address will not be published.

To prove that you’re human, type human in the Bot check field.

Trying to post some program output or a long code sample? Please use a paste service and link to it instead.