Navigate directly to password reset prompt

Hi,

I have the new universal login set up with the indentifier first flow.
When the user enters their email and then navigates to the password screen they can see the Forget Passord link.
Cliking on it takes them to the reset-password promt.

I am wondering if there is a way for me to direct my user directly to the reset-password promot, via a button in my app, without them having to navigate to the login screens first?

Thank you

Hello @Gratus-BenchSci,

I believe the only way to do this is via an email. Your password reset button can either trigger a password reset email directly using the authentication API or generate a password change ticket (unique URL) which you can then use however you see fit:

1 Like