rappasoft / vault

Roles & Permissions for the Laravel 5 Framework
MIT License
103 stars 10 forks source link

Password Requirements #20

Closed brandenwagner closed 9 years ago

brandenwagner commented 9 years ago

How do i change the password so its not just alpha numeric? i also want to allow special characters

rappasoft commented 9 years ago

Try the config options: https://github.com/rappasoft/vault#config_file

/*
 * Validation overwrites, at time of validation uses these rules
 * Each must return an array even if a single rule
*/
vault.validation.users.create
vault.validation.users.update