Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Strength of Password #1

Closed
Sayak04 opened this issue Nov 5, 2023 · 0 comments · Fixed by #2
Closed

Check Strength of Password #1

Sayak04 opened this issue Nov 5, 2023 · 0 comments · Fixed by #2
Assignees

Comments

@Sayak04
Copy link
Owner

Sayak04 commented Nov 5, 2023

Check the strength of the password, entered by the user.

  • Length should always be greater than or equal to 8
  • If capital letter -> add 20%
  • If small letter -> add 20%
  • If number -> add 30%
  • If special character -> add 30%
  • if first Name of user in password -> decrease 10%
  • If last Name of user in password -> decrease 10%

If strength <= 50, then don't let the user register, display proper message, else let the user register.

@Sayak04 Sayak04 self-assigned this Nov 5, 2023
@Sayak04 Sayak04 linked a pull request Nov 6, 2023 that will close this issue
@Sayak04 Sayak04 closed this as completed in #2 Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant