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 Generation #152

Closed
yasinersever opened this issue Mar 2, 2020 · 1 comment
Closed

Password Generation #152

yasinersever opened this issue Mar 2, 2020 · 1 comment

Comments

@yasinersever
Copy link

yasinersever commented Mar 2, 2020

Although the character set is given, it sometimes does not create a character from the specified character set.

Example generated password: W<]OWS{+'G
Requested features: upper, lower, special, number
There is no character from the small and number character set.

@keitharm
Copy link
Member

Make sure that there are no spaces between the requested features. This'll be addressed in the upcoming v1.4 update to strip whitespace from the requested character sets.

Ex: https://api.randomuser.me/?password=upper,lower,special,number&inc=login

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