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
You know how annoying it is when you can't tell whether an "Enter password" field is for setting up a new password or for checking an existing one? After they've done the easy rounds, let's throw in a bit of confusion:
At random:
"Password incorrect or not registered. If you are trying to set up a new password, please enter 'new password' in the box"
If they type "new password" (exact capitalisation), respond with
"Password incorrect or not registered. If you are trying to set up a new password, please enter 'New Password' in the box"
If they type 'New Password' (exact capitalisation), respond with
"It looks like you are trying to set up a new password. Is that correct?"
If they type "yes" (any capitalisation):
"Thank you. Please enter new password in the box"
On any response, clear the field, reset, and start all over again
The text was updated successfully, but these errors were encountered:
You know how annoying it is when you can't tell whether an "Enter password" field is for setting up a new password or for checking an existing one? After they've done the easy rounds, let's throw in a bit of confusion:
At random:
"Password incorrect or not registered. If you are trying to set up a new password, please enter 'new password' in the box"
If they type "new password" (exact capitalisation), respond with
"Password incorrect or not registered. If you are trying to set up a new password, please enter 'New Password' in the box"
If they type 'New Password' (exact capitalisation), respond with
"It looks like you are trying to set up a new password. Is that correct?"
If they type "yes" (any capitalisation):
"Thank you. Please enter new password in the box"
On any response, clear the field, reset, and start all over again
The text was updated successfully, but these errors were encountered: