Creating a change password event with python flask

Unfortunately I am not good at understanding the documentation.

I want my users to be able to change their password by redirecting to an auth0 page where it can happen. But I can’t find a way to do that in the documentation. I looked at the action section but I don’t really understand how should it work.

I use python flask, mysql and auth0 obviously

Hi @Gamer_Fandor,

Welcome to the Auth0 Community!

You can send your users a change password email containing a link to change their password with the /dbconnections/change_password endpoint. More info here:

https://auth0.com/docs/authenticate/database-connections/password-change#password-reset-email

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