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

Add stronger password validations. #591

Open
codetheorem opened this issue Sep 5, 2020 · 0 comments
Open

Add stronger password validations. #591

codetheorem opened this issue Sep 5, 2020 · 0 comments

Comments

@codetheorem
Copy link

We can use stronger password validation by using a better password pattern. currently, it only requires a minimum of 6 characters but it is insecure. We should have a minimum one uppercase letter and a special character in our password. The password should be an alphanumeric string.

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