You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't confirm that a user has entered the correct password twice (as is common in most password updates found in software).
Current Workaround
Be very careful when you update your password.
Proposed Solution
Prompt the user to enter their new password again, then check that both the new password entries are equivalent. This process would look something like:
> Enter your old password: *********
> Enter your new password: ******************
> Confirm your new password: *******************
New password entries did not match! Please double check and confirm your new password is entered correctly.
> Enter your new password: ******************
> Confirm your new password: ******************
Updated password.
Problem to Solve
Currently, we don't confirm that a user has entered the correct password twice (as is common in most password updates found in software).
Current Workaround
Be very careful when you update your password.
Proposed Solution
Prompt the user to enter their new password again, then check that both the new password entries are equivalent. This process would look something like:
Additional info
Thanks to @SullivanDaly for the recommendation!
The text was updated successfully, but these errors were encountered: