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.

Our web app deal with social networks and different login systems fit with the app. MY question is which login frontend do you prefer.

a. a username / password text field form with submit button b. a sign in with twitter OAuth button only c. a facebook connect button only d. combination of a + b e. combination of a+b+c

I really feel that a segment of users are comfortable with A that they do not try a web app when its not there. and i feel that some LIKE to create a separate account to try before linking their Twitter/facebook account. anyone have any insights on login frontends/system's effect on user signups?

share|improve this question
1  
Any reason you left OpenID out (the login system used by this site btw) ? – Olivier Lalonde Jan 16 '10 at 21:51

4 Answers

up vote 2 down vote accepted

I'm not on Twitter or Facebook, so b) and c) alone are dealbreakers for me.

For "regular" users: I'd say logon via email and password; email (as user id) and password and nothing else. My reasons are:

  • Many users are not on social networks, so a 'classic' logon method is required.
  • The email & password dialog is well known and has good usability. More complex logon methods are less well tested and understood. The model of having your logon credentials stored and managed on another site is not intuitive.

For "techy" users: I'm a bit in doubt, but I guess it's valuable to provide a choice between username/password or OpenID. OpenID is becoming common among tech-savvy users, and can simplify credentials management for the users.

share|improve this answer
+1 on username / password + OpenID. Unless the app is heavily using the Facebook/Twitter API of course. – Olivier Lalonde Jan 16 '10 at 21:56

I think the Facebook Connect and Twitter OAuth are fine where there's a natural link between your application and those networks. However, I think the regular username/password logins are important for people who either don't have a Facebook/Twitter account or don't want to link those accounts to your app until they've used it for a while.

If your app doesn't have a natural link to social networks, then I think it's probably a waste of time adding an additional authentication mechanism.

share|improve this answer

I'm as techy as they come, but even I'm a bit put off by these login schemes such as OAuth.

Consider offering it an option, but it would be waaay down my list of priorities as it would directly appeal to so few people.

share|improve this answer

I love the RPX interface. rpxnow.com - you should check it out.

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.