Luson045/medi-connect

Add password strength validation on signup page

Closed this issue · 2 comments

Implement a password strength validation feature that provides visual feedback on password strength through color-based indicators. This enhances the user experience by clearly showing the strength of the entered password.

Character Variety: Passwords must include:
At least one uppercase letter (A-Z)
At least one lowercase letter (a-z)
At least one digit (0-9)
At least one special character (e.g., !@#$%^&*)
Color-Based Indication
Weak (Red): Passwords that do not meet the minimum length or contain only one type of character.
Moderate (Orange): Passwords that meet the minimum length and include at least two types of characters.
Strong (Green): Passwords that meet the minimum length and include all required character types (uppercase, lowercase, digit, special character).

@Luson045 I am a GSSoC'24 Ext contributor and Hactoberfest contributor ready to contribute to this issue, assign it to me

not needed as of now