Password Rotation

Hi, I have created an Password Rotation to expire a user’s password after ‘N’ number of days. This action works. However, how can I send/redirect the user to the ‘Reset Password’ screen. Currently, the Auth0 gives the correct error –
“description”: “Your password has expired. Please reset it.”,
“connection”: “Username-Password-Authentication”, but there’s no redirect to password reset screen. Any ideas please.
Thanks

Hi @mlongwe,

Your users will need to navigate to the password reset page via the “forgot password” link in the prompt. It’s not currently possible to link them directly to the password reset email prompt.

Hope this helps!

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