3
votes
4answers
217 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
221 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 ...
4
votes
2answers
165 views

Designing the sign-up process?

I am starting a website consisting of info on local shops, product catalogs, and coupons. now I am in a dilemma over the vendor sign-up process. I want to know which of the following ways should I do ...
4
votes
4answers
122 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 ...
2
votes
1answer
99 views

Signing up for a site. Finishing progress after step 1 of 4. What/How to indicate?

EDIT: Screenshots will be added soon to better explain the problem I got a four step progress on a website signup page and have a 4 stepped progress bar to indicate where the user is currently at: ...
4
votes
3answers
171 views

Should email verification links expire?

It's a common practice for websites to send email verification links on sign up. Should these verification links expire? I know about a bunch of website where they do and I wonder why?
5
votes
4answers
179 views

How early should you funnel users in a registration process?

As part of a registration form I am building I need to, at some point, differentiate between whether the user is a 'student' or 'professor'. I've seen this handled in two different ways and was ...
2
votes
4answers
185 views

What happens when users register?

Usually when users register on a site does the email confirmation contain their username and password? When the user clicks the activation link does it make the user sign in or deep link them into a ...
9
votes
8answers
837 views

What fields to drop from the registration form?

Our current registration form is too long and some fields should be cut off. In other hands all most of these are looking important excepting 'Tell us something about yourself'. Currently used fields ...
15
votes
3answers
1k views

Sign up: Double opt-in still best practice? What about mobile?

Everybody knows the normal registration process: Fill in sign up form Wait for email Click confirmation link in email Done (signed in & confirmation by email) IMO this process works because ...
3
votes
2answers
185 views

What features should you add to a homepage to help sign-up conversion?

There are a few give-ins...simple social sign-up, tours, testimonials... but what have you found in your experience that really puts the icing on the cake when getting users to sign-up with the site. ...
4
votes
3answers
232 views

Is offering more than one openid/social-sign-in option a good idea?

Lots of sites nowadays offer the option to log in via Google, Facebook, LinkedIn and so on, and sometimes a standard username/password option as well. While this goes a long way toward helping users ...
5
votes
2answers
296 views

How should the sign-up page for a mobile website work?

How should the sign-up page for a mobile website be? For example:- Does repeat password make more sense or less on mobile version of a website. To put it differently, are users more prone to make a ...
5
votes
8answers
455 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 ...