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

Validation to ensure the strong password #38

Closed
farzaneh-haghani opened this issue May 16, 2024 · 3 comments · Fixed by #49
Closed

Validation to ensure the strong password #38

farzaneh-haghani opened this issue May 16, 2024 · 3 comments · Fixed by #49
Assignees

Comments

@farzaneh-haghani
Copy link
Contributor

farzaneh-haghani commented May 16, 2024

Hi there,
I'm a GSSOC'24 contributor. I tried to registered with password: "test" in the app and accepted.
Could you please assign this issue to me.

Given I am a user
When I enter a weak password
Then I should not be able to register and should get a message to make it strong.

validation:

  1. Length should be at least 8 characters.
  2. Complexity should contain a mix of uppercase, lowercase, numbers and special characters.
Copy link

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

@farzaneh-haghani farzaneh-haghani changed the title Validation to check the strong password Validation to ensure the strong password May 16, 2024
@Nirvanjha2004
Copy link

Let me work on this issue....

@Mayank2808sharma
Copy link
Owner

@farzaneh-haghani
Go ahead, I have assigned the issue to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants