Resend to user the reset password email

Hi,
I’m using the auth0 hooks from @auth0/auth0-react
When we create a new user an email sent to his mailbox to begin a reset password process,
I’m looking for a way to send that email again from my react app (resend button).
Is it possible?

I may be missing something, but you can request on behalf of the user for a new reset email to be delivered by performing a request to this endpoint (Authentication API Explorer). Have you already tried to use this endpoint to achieve this?

1 Like

I thought maybe there is something similar in the auth0 API from @auth0/auth0-react,
but maybe I will just use your solution.

Thanks.

I confess I’m not overly experience with that specific SDK, however, I don’t believe it offers a wrapper for this endpoint in specific so you may indeed need to use direct HTTP calls or consider bundling another SDK.

1 Like

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