-
Notifications
You must be signed in to change notification settings - Fork 471
Added 'content' validator to security #490
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
Conversation
Hello! Thanks for the contribution, it's very appreciated! There are some things that needs to be discussed and taken care of, before I can merge this pr. Naming style of variables Regex for special characters Unit tests Validator name Localization |
Hi, Naming style of variables Regex for special characters
Unit tests Validator name Localization |
More descriptive variable names. Regex fix for special chars. Validator name changed. Localization added.
Added some test for the complexity validator
Great! I like the name "complexity" and agree with you regarding the regex for special characters. It looks ready for merge? |
Superb work! |
Thank you!!! Congrats for the plugin!!! |
I've followed the suggestions made in #368 .
The optional attributes are:
You can set these attributes to the number of characters of each type you want in the password:
ex. data-validation-require-lc-letter="3"