Closed madman-81 closed 4 years ago
Thanks, I think my function was not sufficient for checking the password strength. Having numbers or special characters in a password does not make it automatically strong. Therefore I removed the password validation in the new version (2.0) of this package.
See https://github.com/laravel/laravel/blob/master/resources/lang/en/validation.php
Laravel already has a key 'password' in its default data set. It translates to 'The password is incorrect'.
Caouecs has also used the same key for the same meaning in his translations (see https://github.com/caouecs/Laravel-lang).
I would like to suggest to use another key for the password validation. Maybe something like 'password_length' or 'strong_password'.