Customise user registration page

I want to create a user registration page with [email,password,address,city,phone number] these fields.When user click on the sign-up button I only want to send email and password data to auth0 server and the other details should be added in my MongoDB database. Is there any way to implement this thing in auth0.

Hi @rj03012002,

How you approach this will depend on whether you want to use Auth0’s UI or not.

This doc outlines each approach and how to set it up: https://auth0.com/docs/libraries/custom-signup

1 Like