Send email to user after changing the password

Hi,

We are new to auth0.
How can i send an email after the user click on the password reset link and then changing the password?

There is no email template for password changed.

Thanks
Ram

Hey there @rramachandan!

Can you tell me which part of our stack you use (technology / SDK / etc) so I can guide you to handle that the best way? Thank you!

Hi Konrad,

We are using angular single page application and using oidc client.

Thanks
Ram

Hey there @rramachandan!

I just checked our email templates and there is an email template for changing password.

Hi,

We are already using the change password. That just sends the email for password reset link.

We need to send the email after the user has changed the password.

Thanks
Ram

Gotchya! Can you explain to me the context what do you want to be in that mail?

After user changing the password

I got it but what kind of content / info would you like to include in the mail? I’m trying to understand the context.

You can do this using Auth0 Authentication API Webhooks:

upon the log event Success Change Password.

1 Like

Thanks. Is there is a documentation available to add Confirm password field to signup in universal login?

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