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

How does this deal with different password policies? #8

Open
probonopd opened this issue Jan 11, 2020 · 1 comment
Open

How does this deal with different password policies? #8

probonopd opened this issue Jan 11, 2020 · 1 comment

Comments

@probonopd
Copy link

How does this deal with different password policies?

Let's say, site 1 requires that passwords are at least 10 characters and contain at least one special character, and site 2 requires that passwords are no more than 8 characters and have no special characters.

@bkueng
Copy link
Owner

bkueng commented Jan 13, 2020

You can select from different password policies with different length.
But you are correct, some sites indeed have strange requirements for max length and forbidden symbols, that do not make any sense. I typically increase the counter until no such symbol is in there.

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