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

[BACKEND] Password Strength Checker #22

Open
Kacperfis opened this issue Feb 2, 2024 · 0 comments
Open

[BACKEND] Password Strength Checker #22

Kacperfis opened this issue Feb 2, 2024 · 0 comments
Assignees

Comments

@Kacperfis
Copy link
Collaborator

Create a class (PasswordChecker), that will be able to check if password is safe according to rules

rules for safe password:

-at least 8 characters
-at least 1 uppercase letter
-at least 1 lowercase letter
-at least 1 number
-at least 1 special character

@BarTes8 BarTes8 self-assigned this Feb 15, 2024
@AmadeuszLakoma AmadeuszLakoma self-assigned this Apr 11, 2024
AmadeuszLakoma added a commit that referenced this issue Apr 15, 2024
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

No branches or pull requests

3 participants