Complete the code to identify the first step in a password reset flow.
User clicks on the [1] link to start resetting their password.The password reset process usually begins when the user clicks on the Forgot Password link.
Complete the code to specify what the user must provide after clicking the reset link.
The user must enter their [1] to receive a password reset email.To send a password reset link, the system needs the user's email address.
Fix the error in the description of the password reset email content.
The email contains a [1] that the user clicks to reset their password.The email includes a reset link that directs the user to set a new password.
Fill both blanks to describe the final step in the password reset flow.
After clicking the [1], the user is asked to enter a [2] password.
Once the user clicks the reset link, they must enter a new password to complete the reset.
Fill all three blanks to complete the password reset flow steps.
User clicks [1], enters [2], and sets a [3] password.
The typical flow is: user clicks Forgot Password, enters their email address, and then sets a new password.