Forgot Password screen (v2) overview

๐Ÿ“˜

If you're looking for the Hosted Login v1 version of this screen, see Forgot Password v1.


The resetPasswordRequest screen appears when a user clicks the Forgot your password link? on the signIn screen. On this screen, the user is asked to supply their email address; if that email address is valid (that is, the address can be found in the user profile store), then a reset password link is emailed to that address and the resetPasswordRequestSuccess screen is displayed. If the email address canโ€™t be found in the user profile store, then resetPasswordRequest remains onscreen and the following error message is displayed:


Reset password screen flow

The following graphic shows how the resetPasswordRequest screen fits into the Reset Password flow:


See also