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

Fix the password strength #5

Closed
gureks opened this issue Oct 15, 2016 · 5 comments
Closed

Fix the password strength #5

gureks opened this issue Oct 15, 2016 · 5 comments

Comments

@gureks
Copy link
Owner

gureks commented Oct 15, 2016

All the options give almost similar passwords which are hard to remember. I would suggest changes in the array from which the password is created.

@owenvoke
Copy link
Contributor

Gunna take a look at this (not asking for it to be assigned).

@gureks
Copy link
Owner Author

gureks commented Oct 15, 2016

prestonkyles commented 11 minutes ago

When trying to generate different strengths of passwords, I find that it's using the same generator. When I want to generate a weak password, which should only be lowercase characters, there are uppercase characters in there. I'm not very experienced with Chrome extensions so I couldn't find the issue in code.

@owenvoke
Copy link
Contributor

I'm happy to take this on, I think I may see why 😄

@owenvoke
Copy link
Contributor

Let me know if that works for you 😄

@gureks gureks closed this as completed in 1e6c93b Oct 15, 2016
gureks added a commit that referenced this issue Oct 15, 2016
Fixed #5 and made jQuery a local file
@gureks
Copy link
Owner Author

gureks commented Oct 15, 2016

@pxgamer Thanks a lot.
This resolved the issue.

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