Mayank2808sharma / IRCTC-backend

27 stars 28 forks source link

Validation to ensure the strong password #38

Closed farzaneh-haghani closed 5 months ago

farzaneh-haghani commented 6 months ago

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.
github-actions[bot] commented 6 months ago

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.

Nirvanjha2004 commented 6 months ago

Let me work on this issue....

Mayank2808sharma commented 6 months ago

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