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

Passwords do not have special characters #1

Open
joshsweaney opened this issue May 14, 2014 · 2 comments
Open

Passwords do not have special characters #1

joshsweaney opened this issue May 14, 2014 · 2 comments

Comments

@joshsweaney
Copy link
Contributor

The main reason I can see the password element being used, is to test the validation of password input fields on a form. In many cases, it is necessary to test that correct validation takes place for special characters, numbers etc. Adding more "random" looking passwords would be a good idea I think.

@keitharm
Copy link
Member

Currently, the list of passwords are from the top 10,000 passwords list - https://xato.net/passwords/more-top-worst-passwords/

I'm not sure how we would implement the special character passwords. Would we mix a few hundred random special character passwords into the list for them to be chosen?

Maybe in the future, there can be a $_GET parameter that requests only special character passwords?

@joshsweaney
Copy link
Contributor Author

Ah I see! Not a bad strategy, but testing forms can't always assume the majority case.

A great feature I think, would be a GET parameter that allows different types of passwords to be returned, i.e. "alpha", "numeric", "alpha-numeric", "alpha-numeric-specialchars" or whatever you choose to call each group. Sure, these could easily be tested manually, but adding them would give the API more ... completeness

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