This bundle provides a validator for ensuring strong passwords in Symfony2 applications.
Validations provided include:
- minimum length
- contains alphabetic and/or numeric characters
- contains mixed case characters
- contains "special" characters (unicode characters in the Control, Mark, Punctuation, Symbol, and Separator classes)
Documentation is available at Resources/doc/index.md
This bundle is under the MIT license. See the complete license in the bundle:
Issues and feature requests are tracked on GitHub.