I need to add fields to the login

For the application, it is necessary to collect two custom fields in the login, how can I do it? When the user registers, it is necessary to fill in these two new fields, the information must remain in the user database and be able to take it to take it to the app.

Hi @fidel.torres ,

It sounds like you would benefit from using Lock’s additionalSignUpFields:

These allow you to add additional custom fields to collect user information on sign up, and they will be stored in the new account’s user_metadata.

Please note however that this is currently limited to when using the Classic Universal Login experience, either via Lock or a custom sign up form using Auth0.js:

1 Like

Thanks for helping on this one Steve!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.