Luson045/medi-connect

[Feat] : Implement strong password validation in the registration form

Closed this issue · 2 comments

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

Currently, the registration form allows weak passwords without validation. There is no check for password strength, which could lead to insecure accounts.

Add a password strength check that validates the following criteria:

  • Minimum length of 8 characters.
    
  • At least one uppercase letter.
    
  • At least one lowercase letter.
    
  • At least one number.
    
  • At least one special character (e.g., !@#$%^&*).
    

Use Case

Implementing a strong password validation check would ensure better security for users.

Benefits

No response

Priority

High

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC contributor
  • I want to work on this issue
  • I'm willing to provide further clarification or assistance if needed.

@Luson045 @ROKUMATE As discussed in the earlier issue conversation (#264 (comment)), I am creating a new issue for validating strong pw checks. Please allow me to do it.

tthere's already a pr for that, i think this issue is not required now