vuetify-admin icon indicating copy to clipboard operation
vuetify-admin copied to clipboard

validateStrongPassword

Open VConsulting opened this issue 3 years ago • 1 comments

I just installed laravel vuetify admin.

When I create a new user I have the error:

Method Illuminate \ Validation \ Validator :: validateStrongPassword does not exist.

/vendor/laravel/framework/src/Illuminate/Validation/Validator.php line | 1422

Ditto if I want to change the password of a user already present.

I searched everywhere but found null with "validateStrongPassword" do you have any idea of the problem?

Thank you

VConsulting avatar Apr 11 '21 16:04 VConsulting

You can search for "strong_password" and remove it from "Resource Store laravel files" it will work

Crasheng avatar Jun 16 '21 09:06 Crasheng