Skip to content

Bug: Signup form allows extremely weak and insecure passwords #254

@YashBorekar

Description

@YashBorekar

Problem Description :

The user signup form currently accepts very weak passwords, such as "111" or "abc". This poses a significant security risk to user accounts, as they are vulnerable to brute-force attacks.

Solution:

The form should validate the password strength and reject weak passwords. An error message should appear, instructing the user to create a stronger password (e.g., "Password must be at least 8 characters and include letters and numbers.").

Include This:

-A minimum length requirement (e.g., 8 or 12 characters).
-A requirement for character complexity (e.g., must contain uppercase letters, lowercase letters, numbers, and symbols).
-A visual password strength meter that gives the user real-time feedback as they type.

Assign me I will fix the bug

Screenshot

Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions