Bad design: Losing your place after logging in

Usually, for reasons of security, some websites will only allow you to automagically login for a limited time. After that, the sites will stop and force you to enter your credentials again. They will then work automagically again for whatever the specified time is.

This is an inconvenience, but a minor one, and I can see the justification for it.

However, a surprising number of websites–so many I won’t even attempt a list–completely mess this up by following this pattern:

  1. You have a link to an interesting article/feature in a newsletter to a site you have an account on. I’ll use Goodreads because their site is generally terrible and it’s the most recent one where this has happened.
  2. When you click the link in the newsletter, you are taken to the site–you can see the article, but over top of it is a pop-up demanding that you log in (or create an account).
  3. You enter your credentials.
  4. You are taken to the main page of the site.
  5. You must now find the article you came to read, or go back to the newsletter and click the link again, which will now take you, logged in, to the article in question.

This is bad design, because it adds multiple steps to what should be a simple click and worse, sends the user off to somewhere they never meant to go, forcing them to retrace their virtual steps to get back. It wouldn’t surprise me if this extra friction results in a lot of people just not bothering at all.

The correct way–and the way all properly managed sites handle this, is to let the user enter their credentials, then keep them on the same page, so they can see the content they had come for. It sounds astoundingly obvious and logical, yet even in 2021 many sites fail to offer this.

Leave a Comment