Which to show first: login or register screen or both?


1

I have a site for which I am working to improve user onboarding.

What happens now is that when a user does some action that requires him to be logged in, I make a jQuery popup come up telling him to log in. And if he is not registered, there is a link to registration.

But sometimes I see sites that do it in reverse order and shoe the "register" screen first.

I guess if you want people to register, the register screen makes more sense, but then it would annoy people who are already registered. No?

What is the best practice for doing this sort of thing? Does it make sense to show both, the register and login form on the same popup?

Website Registration

asked Dec 27 '11 at 01:27
Blank
Genadinik
1,821 points
Top digital marketing agency for SEO, content marketing, and PR: Demand Roll
  • I'd recommend this be asked for the folks to answer over at ux.stackexchange.com – Anonymous 12 years ago
  • You register once and login lots of times, so... – Steve Jones 12 years ago

3 Answers


1

I think the best idea is to include both, similar to the way a bulletin board or forum does it. Do this in a header or sidebar that is obvious but out of the way. And show the content of the main screen to indicate to the user what they are missing by not registering.

A good example are the WordPress.org forums.

answered Dec 27 '11 at 01:59
Blank
Lkessler
1,471 points
  • just one clarification - I meant not simply buttons for resiter/login but entire forms when they need to show up. – Genadinik 12 years ago
  • What I'm saying is that I think unexpected popups to register or login are bad. You should have the login/register area in a small corner of your page - and that can change to "Hello somebody" when they are logged in (preferably with cookies that remember for a month or so). It is when they push that login button, or the register button, or the "forgot password" button, that they are taken to a page (or popup if you prefer) that provide the forms with all the information to be filled in - and in those cases, you know exactly what the person has asked for: login, register, or password. – Lkessler 12 years ago

1

It depends whether you're trying to be a site that gets loads of users, or a site that wants to please your users.

For example Gmail, they have loads of users, they want their users to come back and use their services again, so the login is first, if you want to use Gmail services, you can register easily with the link.

Facebook, completely focused on growth, but they have 700000000+ users to please, so they have both.

A site that tries to get you to register by the simplest means possible is usually trying to trick you in to joining. I tend to stray away from sites that have a register form inline, and a login link externally, they usually turn out to be spam sites that send me daily emails to buy rubbish.

I suggest you have a login/register button, on click, open a popup with login, and have a register link, on click of register, fold out a minimal register form with 3 fields, then post that data to a longer form. Thereby levelling out both aspects, and keeping user-annoyance to a minimum.

Good luck :)

answered Dec 27 '11 at 07:12
Blank
Karan K
26 points
  • how could the min register form have 3 fields? Name, email, passoword, password confirm, email confirm, agree to terms/conditions lol..which ones to skip? :) – Genadinik 12 years ago
  • Hmm First name, Last name, Email :D – Karan K 12 years ago

0

Have both Login and Register on same pop up windows so that if user haven't register they come to know where they have to register many times they have to search where to go for registration so it will be good to register and login same pop up.

answered Dec 27 '11 at 22:51
Blank
Abhijeet Kulkarni
11 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Website Registration