8
votes
2answers
140 views

Website registration/login process with highest success rate? [duplicate]

I'm looking for data about how to implement a registration and login process for a new website. We are currently considering four options: Login with email address and password that is stored in ...
3
votes
4answers
216 views

Best way for sign up process after invite

We are building an app and I'd like to have a faster sign up process for users. Right now users can only get access after they got an invite by mail. After they got the mail, they can click on a link ...
5
votes
4answers
215 views

Social network login or not?

I am developing a niche social networking iPhone app of my own. I was wondering if it would be best to allow the user to connect to social networks such as Facebook and Twitter to login to my app ...
2
votes
2answers
135 views

What to do if a user attempts to login via facebook when they've never registered?

We have an app that that allows you to register via email, facebook, or Google account. If a user attempts to sign in to our app via Facebook or Google when they have never registered with their ...
4
votes
4answers
118 views

Security issues if not forcing a user to sign up

I've built a simple web app Flask.io that enables users to create and share to-do lists. It doesn't require sign up. This is an important differentiator. I don't want to force the user to register ...
0
votes
1answer
94 views

best way for a multiplayer lobby in a smartphone game

This is how it works now: At this time it is a web app and then: users choose an ID and a password, then create a new game, the server returns the code of the new game created, the other players ...
0
votes
3answers
73 views

Free Trial Registration abandonment and resume

Dealing with a free-trial registration that REQUIRES a billing page, unfortunatelty (Credit Card info). There are 3 steps to this registration: Account registration Billing Confirmation - tell us ...
3
votes
5answers
124 views

Name of the logged off part of an application/a website

I'd like to know how you would call the part of the application which is not the showcase, not the app itself, but the part between both. Let me explain with more details. It is something very common ...
6
votes
2answers
244 views

What is the name of the button that lead to a login and register page (one page)?

I have a page that serve both login and register. I put the two form side by side (login form to the left, register form to the right). In menu header, there would normally be button that lead to ...
0
votes
1answer
91 views

How should I go about integrating Mozilla Persona in a website?

For those who've never heard of it before, Mozilla Persona is a single sign-on method that's pretty strict on privacy. For me, as a website administrator, it means that I don't need to ask the user ...
4
votes
4answers
250 views

Why do most sites only offer two social login options?

I noticed the that many site only offer two social login options: Grooveshark: Google, Twitter Quora: Facebook, Twitter Digg:: Facebook, Twitter How does this improve the user experience?
5
votes
3answers
432 views

Should my app send a confirmation email on user registration?

I'm grappling with the user registration experience for my application. I'm considering this model: User enters... Username Password Password confirmation Email address The app displays a ...
4
votes
1answer
100 views

In non-social applications, are usernames redundant?

If there is no social element to a web app, should the user be asked to create a username during the sign-up process? Is username creation a pointless extra hurdle, or does it serve a purpose?
1
vote
3answers
130 views

Should (and how should I) I use email addresses for login without validating them?

So that users don't have to remember a username, my webapp doesn't ask users to enter one (accounts are private and there are no profiles or user-generated content). However, I would also prefer not ...
61
votes
11answers
5k views

Why should we ask the password twice during registration?

It would be easier to ask for a user's password only once during registration. The problem: The user could make a mistake while typing the password once because of hiding letters. The solution: The ...
3
votes
5answers
238 views

Best practice to communicate 'direct' registration with a website (not through Facebook, Twitter, Google, etc)

When offering registration on a website with the options to signup with Facebook, Google, etc. What is the best way to say to register 'directly' with the website and not using any external third ...
1
vote
2answers
473 views

One column logistration form OR two columns?

Don't look at me like that, I actually like the way to call both login and registration forms together a logistration form, well it's convenient. I've designed a logistration form, but the problem is ...
2
votes
6answers
415 views

Creating Login Processes

I'm redesigning a login process for my product's website. Right now I have my login process, billing address and shipping address on one page. I'm looking at other sites like Amazon and Barnes and ...
5
votes
3answers
420 views

On Android, how do you design a very shallow navigation?

I need to create a simple account section in my mobile app with 1-level deep navigation: ___ Register / Account -- \___ Login On iPhone, I'm using a grouped table ...
2
votes
3answers
138 views

Reasons For Moving To Required Login For Order Form

Now I know the question seems like it will have obvious answers, but what I need mostly are sources if possible. I would like to convince my boss' that requiring logins to order is the right path. I ...
7
votes
4answers
747 views

Social Login adoption vs Traditional Login

I have implemented janrain's social login on my website. I am wondering how important it is to include a traditional login (email/password) system. I believe there may be a significant percentage of ...
14
votes
7answers
1k views

What is the most pleasant and fast UX when logging in / registering for a private web-app?

In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs ...
14
votes
1answer
1k views

When to use “join,” “register,” or “sign up”?

For a user, when is it better to be asked to do the following: "Sign In" vs. "Log in" "Join" vs. "Register" vs. "Sign Up" "Sign Out" vs. "Log out" Different websites seem to use them differently, ...
7
votes
1answer
141 views

Is it better to force sign in before or during restricted forms?

I am building a form that will require a person to be signed in to successfully post. Filling out this for is ESSENTIAL to my web application, so I really want to make it as painless as possible - ...
4
votes
3answers
312 views

Best place to put registration fields?

I have a form that will allow a user to post a classified listing on my site. The thing is, we required users to be signed in to post...so instead of redirecting a user to a separate page to sign in ...
5
votes
8answers
454 views

How to prevent registration from login page and login from registration page

During user tests we see quite some people 1) enter their previous chosen login details (email+pass) on the registration page. Including them wondering "why we ask all this information again?". The ...
8
votes
4answers
1k views

Pros and Cons for having same form for login, register and forgotten password

I have notice some sites have the same form for login, register and forgotten password. Below the form you have 3 buttons i forgot my password register log me in What are the pros and cons on ...
6
votes
3answers
49 views

Accessing secure content

Which of the permutations for accessing secure content do folks prefer? In this instance I'm referring to a saved quote and have usernames, email addresses and quote reference numbers available. ...
14
votes
7answers
684 views

Login / Sign-Up as one form [closed]

Has anyone seen any good examples of a basic form (e-mail / password) that a site uses for both existing users to login and for new members to start a registration process? Yes, I'm thinking ...