SamarthKadam / ChatBox

Experience the official messaging app's seamless real-time communication
https://chat-box-samarthkadam.vercel.app/
45 stars 99 forks source link

Sign-up form allows passwords of any length, without requiring special characters or capital letters. #117

Open neevgit25 opened 5 months ago

neevgit25 commented 5 months ago

The sign-up form currently accepts passwords of any length, including very short ones, and does not enforce the use of special characters or capital letters. This lack of password policy leads to weak, easily guessable passwords, compromising the security of user accounts. Implementing stricter password requirements is essential to enhance the security of the application.

https://github.com/SamarthKadam/ChatBox/assets/115336952/723ed5da-20f2-4fa0-ac2e-f986809917de

neevgit25 commented 5 months ago

@SamarthKadam kindly assign this issue to me. Additionally, implementing an option for users to toggle password visibility after entering it would improve usability

Ansh-Garg22 commented 5 months ago

Hey @SamarthKadam , I can fix this issue , i have worked on this on my project as well , i can fix this issue please assign this to me .

souravbhunia07 commented 5 months ago

Hi @neevgit25 I have assigned this issue to you. Please update the status of this issue in 3-4 days. Happy Coding!

neevgit25 commented 5 months ago

@souravbhunia07 could you please mark this as level 2 or 3? work require:- length validation capital letter validation special symbol validation Using Valid Toast i.e special symbol not found Or One capital letter missing etc I will also add a "show password" or "eye" icon to see the password on the Sign up and Login page

tirthtripathi commented 5 months ago

Kindly assign this issue to me under GSSOC 2024. I can fix it @SamarthKadam . i have worked on this kind of issues so i can fix it