-
Notifications
You must be signed in to change notification settings - Fork 129
UX_Progressive Registration
willum070 edited this page Mar 6, 2014
·
1 revision
We’re planning on implementing a change to login/signup (user registration). We are going to be implementing something known as Progressive Registration.
Here’s what it looks like from the users point of view:
- User goes to site, plays around, decides to sign up
- User goes to the sign up form, which has only one field, email address
- User enters email address hits “register”
- User gets email with a link
- User clicks link, goes to the “Set/Reset your password page”, once they provide a password that is accepted,
- User is redirected to their “profile page” where they can
- User fills out the minimal required information (perhaps none) to get started as a registered user
This accomplishes a few strategic goals all at once:
- Passwords never go in the mail
- Passwords are only known by the user and encrypted in the system
- Users do a minimum of steps and provide a minimum of information (lowering the barrier to entry) to get registered
- User provide more information as they understand the value of it being in the system, if we don’t convince them / deliver value, they won’t invest in the system.