Password changed email confirmation

Hello!
I would like to create an email confirmation after a user changes his password so he/she will receive an email saying “Your password was changed successfully”.

Does Auth0 have the rule to generate that?
How can be the best way to handle this?

Thanks for your help.

Hi @charleselgriego,

As of right now, there is no built-in solution to handle this scenario. It does exist as a feature request, but I cannot elaborate on when/if it will be released. I highly recommend submitting your feedback on the issue if it is a feature you are interested in. I would be happy to do so on your behalf, using the email linked to your profile here.

There is some good news. There is currently a way to asynchronously accomplish this feature through the logs. It requires polling the logs for password changes and sending the user an email when the event occurs in our logs. I would be happy to expand on this idea if you would like.

Let me know if this helps.

Thanks,
Dan