Skip to content

Stop checking what characters are in passwords, refs #1371, fixes #1372 #1373

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

Merged
merged 1 commit into from
May 27, 2014

Conversation

shadowhand
Copy link
Contributor

#285 changed password validation from alpha_numeric to alpha_dash to solve a problem with the validation message, but (functionally) all this did was add the characters _- to the allowed list, which still prevents special characters from being used.

As noted by @rjmackay on #285, the real goal is to allow any characters to be used for passwords. (This is shown by #1371.) Right now, only letters, numbers, dash, and underscore can be used, but the restriction is arbitrary, as the end result is that all passwords are hashed, making the character set irrelevant.

@kamaulynder
Copy link
Contributor

If you can base it on this #285

@shadowhand
Copy link
Contributor Author

I'm not sure what you mean by suggesting that it is related to #258...?

@shadowhand
Copy link
Contributor Author

Updated description to clarify the intent in reference to #285.

kamaulynder added a commit that referenced this pull request May 27, 2014
Stop checking what characters are in passwords, refs #1371, fixes #1372
@kamaulynder kamaulynder merged commit c35d2f6 into develop May 27, 2014
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

Successfully merging this pull request may close these issues.

2 participants