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

Password complexity check #19

Open
seralepo opened this issue Oct 24, 2019 · 1 comment
Open

Password complexity check #19

seralepo opened this issue Oct 24, 2019 · 1 comment

Comments

@seralepo
Copy link

Hello! What do you think of implementing some type of password complexity check?
For example, for new passwords check length, presence in a dictionary file, and some kind of entropy. Or you think this UI is not the right place to make these kinds of checks? Thanks in advance!

@zgz
Copy link

zgz commented Nov 19, 2020

pattern="^.(?=.{12,})(?=.[~·!@#$%^&?()-=_+[]{};':,.?]).$"

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

2 participants