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

with/without options are not enforced #54

Open
SeekerFS opened this issue Dec 28, 2023 · 2 comments
Open

with/without options are not enforced #54

SeekerFS opened this issue Dec 28, 2023 · 2 comments

Comments

@SeekerFS
Copy link

There are many sites that require your password to have at least one special character like a dot.
But even when i select "with . / / _" there is like 90% chance that the generated password doesn't have a single one of those characters and it's still not accepted.
So maybe add an extra with/without option - enforce with special - and that will make sure that at least one of these selected "with" will be included in the password.

@lpascal-ledger
Copy link
Contributor

I see the point of this. Not sure what form it would take though.

@SeekerFS
Copy link
Author

a simple solution would be to just add/insert/replace one char into the output after it's calculated.
for example if you select "with . / / _", it would generate the password normally, and then put a dot somewhere postprocess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants