Package Data | |
---|---|
Maintainer Username: | groundsix |
Maintainer Contact: | anthony.porthouse@groundsix.com (Anthony Porthouse) |
Package Create Date: | 2017-04-25 |
Package Last Update: | 2017-10-16 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:02:05 |
Package Statistics | |
---|---|
Total Downloads: | 2,474 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 6 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Bindings for groundsix/password for laravel
The field under validation must be not be included in the provided blacklist.
The path to the blacklist file can be set with the password-laravel.blacklist_file
config option. If it is not set it defaults to this list.
The field under validation must contain the domain specified in password-laravel.domain
.
The field under validation must not be shorter than the length specified in password-laravel.minimum_length
config option.
If it is not set it defaults to 8
characters.
The field under validation must be a mix of upper and lower case characters.
The field under validation must contain at least the number of numeric characters specified in password-laravel.minimum_numeric
.
If it is not set it defaults to 1
character.
The field under validation must contain at least the number of special characters specified in password-laravel.special.minimum
.
If it is not set it defaults to 1
character.
A default list of special characters is given in password-laravel.special.whitelist
.