-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Description
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
