Skip to content

Wrong error: The password field must have alphabetical characters #1309

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

Closed
genseirin opened this issue Feb 11, 2014 · 2 comments
Closed

Wrong error: The password field must have alphabetical characters #1309

genseirin opened this issue Feb 11, 2014 · 2 comments

Comments

@genseirin
Copy link

If I try to add a new user with a password containing a "@" it is refused with the message: "The password field must have alphabetical characters, the # and @ symbols, numbers, underscores and dashes only" - while indeed no other characters have been used.
The problem seems to be in the function alpha_dash in the file /application/helpers/valid.php that doesn't allow @.
So you could add @ (and probably also the "#") to the list of allowed characters, or you fix the error message.

@srutto
Copy link
Contributor

srutto commented Feb 21, 2014

Thanks for the heads up @ecobux. There'll be a fix for this soon.

@kamaulynder
Copy link
Contributor

This was fixed by #1373, no longer checking for password characters.

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

3 participants