Reset password auth0

Hey

We are directing the user back to our site as soon as they set their password through the auth0 hosted change password screen and reset password flow.

After the user change his password we want that it will redirect to app site, but instead it goes to auth0 login. How can we skip this process and letting our users to write their password only once in this flow?

Thanks so much

Hi @yonatanb and welcome tho the Auth0 Community!

One useful tool to know your flows using Auth0 is Auth0 Flows. If you check the “Password reset” flow, it ends in confirmation with a login button–this how we authenticate the user again with the new set password and thus generate a new token.

Best regards,

Jorge Nicolau

1 Like

Thanks for you kind response!

I played a little with Auth0 Flows which is great tool to understand how things work in your side.
But still in auth0 reset password flow in our system we are not getting into the stage of the login button that you’ve talked about. Instead, it’s passing us to login page which we need to put user’s credentials again.
There’s something that we miss?

thanks again,
Yonatan

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

Can someone please help me with this?
still doesn’t work.

Thanks.

Can someone give me a hand here please ?

@yonatanb ,

Like Jorge mentioned, the flow as it works with universal login does not support the actions you describe.

If you would like to make a feature request that can be done here.

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