Hi, I’m new here and I need help to know if my user created an account using a password or not. If not, I’ll ask to create a password.
Hi @sayhicoelho,
Welcome to the Auth0 Community!
You can check if a user is created with a password by checking the connection of the user profile. There are a couple of ways to do this:
- Checking the user profile on the Auth0 Dashboard > User Management > User.
- Using the Management API Get a user endpoint.
For example, if a user was created in the Username-Password-Authentication, we can check and see that it is a Database Connection, indicating that it takes a password.
I hope this helps!
Please let me know if you have any additional questions.
Thanks,
Rueben
