How to know when a user did not set up a password?

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:

  1. Checking the user profile on the Auth0 Dashboard > User Management > User.
  2. 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

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