Verify and Reset Password Working - How to Redirect

Hi Experts!

Ive used this solution to verify and allow users to reset their own passwords as we set them up in Auth0. Sending password change email instead of verification email for a new user

What I cant workout is how to redirect them to our login portal when they have created the password rather than the default ’ Password Changed!’ screen :

is it possible to add another hook to the Post User Registration that redirects the user to another page/portal?

Thanks so much!

Senor Dai

Hi @Senor_Fiorano,

Have you tried sending a client_id with the request to change password? AuthenticationClient - Documentation

This will allow you to redirect the user to the Default Login Route of the application.