Skip to content
New issue

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

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

Already on GitHub? # to your account

Add a set of rules for a strong password #83

Open
RadheTians opened this issue Dec 18, 2020 · 5 comments · May be fixed by #86
Open

Add a set of rules for a strong password #83

RadheTians opened this issue Dec 18, 2020 · 5 comments · May be fixed by #86

Comments

@RadheTians
Copy link
Contributor

Feature Request

In the current implementation, the existing system only has a password of at least 8 characters policy that's not sufficient for a strong password.

A set of rules is required.

  • At least 8 characters—the more characters, the better
  • A mixture of both uppercase and lowercase letters
  • A mixture of letters and numbers
  • Inclusion of at least one special character, e.g.,! @ # ? ]
@RadheTians
Copy link
Contributor Author

Hi @giorgiozoppi @abhi40308 Should I create a pr?

Kindly let's know here if I have missed any rule.

@BLasan
Copy link

BLasan commented Dec 20, 2020

Hi @giorgiozoppi @abhi40308 Should I create a pr?

Kindly let's know here if I have missed any rule.

Your rules are good to proceed

@RadheTians
Copy link
Contributor Author

Thanks @BLasan, @giorgiozoppi @abhi40308 Can I please go ahead?

@abhi40308
Copy link
Collaborator

@RadheTians Sure go ahead

@RadheTians RadheTians linked a pull request Dec 22, 2020 that will close this issue
@giorgiozoppi
Copy link
Contributor

Ok i will keep the lead of this project ro make progress

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants