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 length invalid. Must be between 4 and 256 characters long #25

Open
iverzin opened this issue Oct 6, 2022 · 0 comments
Open

Comments

@iverzin
Copy link

iverzin commented Oct 6, 2022

new Password(1).Next()
and I get "Password length invalid. Must be between 4 and 256 characters long"
why?
strange behaviour
why 4 and not 5?
why I get string but not exception?
new Password(1).IncludeLowercase().IncludeUppercase(); - would be useful if password must always starts with letter

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

1 participant