We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As described in title. ! $ % ^ are recognised but the GBP pound symbol (£) returns false.
Using ReactJS with NextJS 12.
The text was updated successfully, but these errors were encountered:
Which validator are you using?
Sorry, something went wrong.
@WikiRik the password validator: validator.isStrongPassword
validator.isStrongPassword
The pound sign is indeed not part of the symbol list; https://github.com/validatorjs/validator.js/blob/master/src/lib/isStrongPassword.js#L7
Feel free to open a PR to add this
Closing, as this is now fixed with commit ee81073 / #2148
No branches or pull requests
As described in title. ! $ % ^ are recognised but the GBP pound symbol (£) returns false.
Using ReactJS with NextJS 12.
The text was updated successfully, but these errors were encountered: