0
0
No-Codeknowledge~10 mins

Password reset flows in No-Code - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the first step in a password reset flow.

No-Code
User clicks on the [1] link to start resetting their password.
Drag options to blanks, or click blank then click option'
ALogin
BForgot Password
CSign Up
DHome
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Login' or 'Sign Up' as the first step.
2fill in blank
medium

Complete the code to specify what the user must provide after clicking the reset link.

No-Code
The user must enter their [1] to receive a password reset email.
Drag options to blanks, or click blank then click option'
Ausername
Bpassword
Cphone number
Demail address
Attempts:
3 left
💡 Hint
Common Mistakes
Entering 'password' or 'username' instead of email.
3fill in blank
hard

Fix the error in the description of the password reset email content.

No-Code
The email contains a [1] that the user clicks to reset their password.
Drag options to blanks, or click blank then click option'
Areset link
Bsecurity question
Cpassword
Dusername
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking the email contains the password or username.
4fill in blank
hard

Fill both blanks to describe the final step in the password reset flow.

No-Code
After clicking the [1], the user is asked to enter a [2] password.
Drag options to blanks, or click blank then click option'
Areset link
Bold
Cnew
Dsecurity
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing old password with new password.
5fill in blank
hard

Fill all three blanks to complete the password reset flow steps.

No-Code
User clicks [1], enters [2], and sets a [3] password.
Drag options to blanks, or click blank then click option'
AForgot Password
Bemail address
Cnew
DLogin
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up login with forgot password or old password with new password.