dhairyagothi / 100_days_100_web_project

This repository contains 100 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://100-days-100-web-project.vercel.app/
MIT License
66 stars 125 forks source link

Creating stronger password for privacy protection #478

Open Darshan391 opened 1 week ago

Darshan391 commented 1 week ago

The current problem in signup page is that is accepting any type of password. But for privacy protection it suggested that the password length at least be 8, which will contain minimum 1 uppercase character, 1 digit , and one special sign (ex. '@') I want apply this thing to the password with the help of simple JavaScript.

https://github.com/user-attachments/assets/be018aea-3e79-454e-8dda-70046b075012

github-actions[bot] commented 1 week ago

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊