Make signup flow without username

Hey Community.

I am working on an app, where the users use auth0 to sign up and login.

It works well, but we wish to remove the username part of the signup process. We don’t use username, we have added two new fields for first name and last name, that we use.

Can i remove the username from the signup?

1 Like

Hi @peter7,

Welcome to the Auth0 Community!

This is definitely possible. Were you planning on requiring a unique identifier such as an email address?

This resource talks about adding fields like first and last name.

Thanks,
Dan

Hey Dan.

Yes. I want to use Email as the unique identifier.

I have already added first name and last name :slight_smile: My problem is that i don’t know how to remove username, from the signup flow. Do you know how to do that?

1 Like

Unchecking the “Requires Username” flag in the database connection should do it (Adding Username for Database Connections)

2 Likes

Ahhh! The think you don’t know when you are new :slight_smile:

Thank you very much @VnceB!!! <3

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