Closed Ishika-Gupta06 closed 3 weeks ago
Name | Link |
---|---|
Latest commit | e480ce4eccb15a5ecce1e9a313935c3b93c51629 |
Latest deploy log | https://app.netlify.com/sites/taupe-cendol-f7e2bb/deploys/6715163cc0b23400087b75e3 |
Deploy Preview | https://deploy-preview-1546--taupe-cendol-f7e2bb.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@apu52 PLEASE VERIFY THE PR
checkPassword function is included in js
Title : Strong Password Recommendation
Issue No. : #1484
Code Stack : Html, css, JS
Close #1484
Description
Password Strength Checker: The checkPasswordStrength function evaluates the password's strength based on its length and the presence of uppercase letters, lowercase letters, numbers, and special characters. A message is displayed to guide the user on password strength((e.g., uppercase letters, lowercase letters, numbers, special characters, and minimum length))
Password Validation: The form validation prevents users from registering or logging in with weak passwords or invalid input.
Video/Screenshots (mandatory)
https://github.com/user-attachments/assets/0a735119-a748-4077-a7b6-14d9b61b0c88
Type of PR
Checklist:
[X] I have performed a self-review of my code.
[X] I have commented my code, particularly in hard-to-understand areas.
[X] I have tested the changes thoroughly before submitting this pull request.
[X] I have provided relevant issue numbers, screenshots, and videos after making the changes.
[X] I have gone through the
contributing.md
file before contributing[X] I have Starred the Repository.
[X] I am contributing under
GSSOC'24 Extended
[X] I am contributing under
Hacktoberfest'24