Post Change password Flow

Hi,

I am trying to trigger an email when a password reset is performed. I found that the “Post Change Password” flow exists, and whenever a user resets their password, the real-time Webtask logs show an entry like:

change email call - new email <New Email> <Old Email>

Is there a way to capture this information in an Action?

Thanks,

Hi @vigneshSivasamy

Welcome to the Auth0 Community!

The “Change email call” log entry you’re seeing in the Webtask logs is generated by Auth0’s internal processes during password reset. However, this information isn’t directly exposed as an event that can be consumed by a Post Change Password Action.

If you want, you can submit Product Feedback on our Community page to add more weight and visibility to the request, here is our link: Feedback - Auth0 Community. You can read our FAQ regarding submitting a feature request here: How do I submit Product feedback or feature requests?

Thanks
Dawid

1 Like

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