Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

If you don't use a username/email and password authentication system and limit yourself to tweeter, facebook, other oauth and openid providers, how many users will you lose? How many will never registered?

Has anybody try to measure it? Or any informed guesses?

share|improve this question

4 Answers

My guess is you lose close to none.

Some things to consider though:

  • Keep the logon process as simple as possible. The user should just click on an authentication method and be redirected to facebook/openid/twitter's page to authenticate.
  • Provide users with a way to register on one of these alternaives if they haven't got an account. MyOpenId is a good choice for this, as it is ONLY a logon-service and nothing else.
  • Provide users with some information on this logon process.

I think StackExchange do good job with all the above...

(I have no data to support this advice, but we're betting on it ourselves.)

share|improve this answer

I can't provide you with any metrics, but one thing to consider when choosing a provider is accessibility. Facebook is blocked at a lot of work places. If they are blocked and that's the only method of authentication you provide then they can't use your site at work.

So, if you go down this route it's good to provide as many options as possible.

share|improve this answer

I find it annoying that many sites only offer the Facebook login option and they lose me. But I think OpenID is totally OK.

I'd probably considering adding a help flyover encouraging the users that don't have any to sign up for one, saying that it's their opportunity to get 2 in 1, and provide the sign up link to your favorite.

share|improve this answer

Depends on what you're selling. If your gig is selling new cross-stitch patterns to shut-ins, then you probably lose almost 100% of your target. If you're selling some hipster check-in service, then you might have a net gain because people would appreciate not needing to deal with yet another login (YAL).

Tell us more about your target demographic...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.