deniak/password-strength-bundle

Provides a password strength validator

Installs: 86

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 3

Type:symfony-bundle

v1.4 2013-10-07 17:11 UTC

This package is not auto-updated.

Last update: 2024-04-08 13:35:46 UTC


README

This bundle provides a validator for ensuring strong passwords in Symfony2 applications.

Validations provided include:

  • minimum length
  • maximum length
  • contains alphabetic and/or numeric characters
  • contains mixed case characters
  • contains non-alphanumerical characters (unicode, special character (!"#$%&'()*+,-./:;<=>?@[]^_`{|}~) or white space)

##Documentation

Documentation is available at Resources/doc/index.md

##License

This bundle is under the MIT license. See the complete license in the bundle:

##Reporting Issues or Feature Requests

Issues and feature requests are tracked on GitHub.