Auth0 sign up should happen only user verify the email address

Hi All,

Need a help on login & registration workflow. Assume I have web application example.com running on PHP. Planning to integrate the Login system using Auth0.
I need to know whether is it possible to custom Login/Signup UI or Lock itself will provide below features

  1. Registration Process
    Step 1 : I want the users to submit their email address only and verify the email confirmation.
    Step 2 : Once user clicks on confirmation links. I need to redirect him to Auth0 Signup page to collect further information like first name, last name, gender etc.

Need help to understand custom UI impact.

Thanks,
Muthu

You can do this, but Step 2 is a page / app that you create to complete user onboarding.

  1. Lock user registration - email & password
  2. User confirmation redirect to onboarding.example.com to complete user data capture