Skip to content

Missing Password Complexity Validation (register.js) #1634

Description

@Prateek2007-cmd

Type: Security / Technical Debt There is an outstanding // TODO: Prevent signup triggers if password complexity score is poor on line 77. Currently, the code only verifies that the password is at least 8 characters long (line 28), but fails to enforce the inclusion of uppercase letters, numbers, or special characters. This makes the registration flow vulnerable to weak user passwords.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions