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
Looks like password validator does not check for uppercase letters, even though it tells users to include one.
Steps to reproduce the behavior:
Enter a password that meets all requirements except for an uppercase letter.
Submit the password.
Expected behavior: The password should be rejected if it doesn't have an uppercase letter.
Actual behavior: The password gets accepted without uppercase letter.
Suggested fix: Add a check to make sure there's at least one uppercase letter.
The text was updated successfully, but these errors were encountered:
Looks like password validator does not check for uppercase letters, even though it tells users to include one.
Steps to reproduce the behavior:
Expected behavior: The password should be rejected if it doesn't have an uppercase letter.
Actual behavior: The password gets accepted without uppercase letter.
Suggested fix: Add a check to make sure there's at least one uppercase letter.
The text was updated successfully, but these errors were encountered: