Closed Grimthorr closed 8 months ago
Same thing happened to me when I tried running php artisan ldap:import users
on a fresh new Laravel 11 install with the package added and configured. Works in Laravel 10.
Thanks for the report! I've just released v3.3.1 with a patch including this new method.
Environment:
Describe the bug: The following error appears in Laravel 11:
From https://laravel.com/docs/11.x/upgrade#the-user-provider-contract:
This means that
LdapRecord\Laravel\Auth\UserProvider
should now implement arehashPasswordIfRequired
method for Laravel 11.