Multi-step registration and security -


assume have registration process in multiple steps:

  1. initial form asks information (first , last names, id number, phone number, email address)
  2. after form submitted, second step consists of verifying phone number sending code needs entered next
  3. then, need verify id number using credit card.

my question is:

should create account after initial form submitted? or should create account @ end when steps successful?

if go second solution, implies information kept in temporary registration session until end of process information passed api create account.

what best practices?


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -