Provide a page to allow a database user to change their password

Problem statement

How can I provide a page to allow Auth0 database users to change their password?

Solution

There are several methods to change a user’s password using either Universal Login, a manual process via the Dashboard, or the Management API for a custom flow. Please see the documentation here:

Please note that if you are using a custom flow, steps should be taken to verify the user is the owner of the account before allowing them to change the password, such as sending a password reset link to their email addresses or OTP code.