Download the PHP package octave/password-bundle without Composer
On this page you can find all versions of the php package octave/password-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download octave/password-bundle
More information about octave/password-bundle
Files in octave/password-bundle
Download octave/password-bundle
More information about octave/password-bundle
Files in octave/password-bundle
Vendor octave
Package password-bundle
Short Description Symfony4 user password utils
License MIT
Homepage http://octavecms.com
Package password-bundle
Short Description Symfony4 user password utils
License MIT
Homepage http://octavecms.com
Keywords password
Please rate this library. Is it a good library?
Informations about the package password-bundle
OctavePasswordBundle
Configuration
Bundle configuration in config/packages/octave_password.yaml:
Password Policy Parameters
- min_length (default: 10)
- Minimum required length for passwords
- max_length (default: 25)
- Maximum required length for passwords
- complexity_level (default: easy)
- easy: No specific character requirements
- medium: Must contain mix of letters and numbers
- high: Must contain uppercase letters, lowercase letters, numbers, and special characters
- expiration_days (default: 0)
- Number of days until password expires
- 0 means passwords never expire
- keep_history (default: no)
- Whether to track password history
- history_count (default: 0)
- Number of passwords checked in history
All versions of password-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
symfony/framework-bundle Version ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/security-bundle Version ^4.0 || ^5.0 || ^6.0
friendsofsymfony/user-bundle Version ^2.0 || ^3.0 || ^4.0
rollerworks/password-strength-validator Version ^1.1
symfony/orm-pack Version *
symfony/framework-bundle Version ^3.0 || ^4.0 || ^5.0 || ^6.0
symfony/security-bundle Version ^4.0 || ^5.0 || ^6.0
friendsofsymfony/user-bundle Version ^2.0 || ^3.0 || ^4.0
rollerworks/password-strength-validator Version ^1.1
symfony/orm-pack Version *
The package octave/password-bundle contains the following files
Loading the files please wait ....