Anyway to retrieve existing plain password?

we have a case that our records of password are messed up, i need to retrieve plain password for users so that they can login.
i don’t find there is such API doing that, anyone has any idea?

Hi @warm200. Password are not stored in our systems, so it’s impossible to retrieve them. We only store hashes, a one way transformation that’s only useful when validating the value entered by the user.

See https://auth0.com/blog/hashing-passwords-one-way-road-to-security/ for more information on hashing.

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