Skip to content

bug: Password validation accepts input without an uppercase letter despite instructions #1640

Description

@Vaanshimadaan

Bug Description

There is a bug in the password validation logic on the Sign Up page. The UI instruction explicitly states that the password must contain at least 1 uppercase letter, among other requirements. However, the form accepts passwords with only lowercase letters, numbers, and special characters, without throwing any validation error.

Steps to Reproduce

  1. Navigate to the Sign Up page.
  2. Enter a password that meets all other criteria but contains no uppercase letters (e.g., vaanshimadan@2006).
  3. Observe that the form accepts the input, validation does not fail, and the user is allowed to proceed with Sign Up.

Expected Behavior

The form should validate that at least one uppercase letter is present. If missing, a validation error should be displayed, and the form submission should be blocked until corrected.

Actual Behavior

The password field accepts the input without any uppercase letter, displaying "Password Strength: Medium" and allowing form submission.

Screenshots

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfrontendIssues related to UI/UX

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions