multiauth_tutorial icon indicating copy to clipboard operation
multiauth_tutorial copied to clipboard

Password::broker method not found

Open virtualLast opened this issue 7 years ago • 3 comments

Hi, im using Laravel version 5.5 and am having issues with the admin password reset. Everything works up until I try and save the new password - so the new reset form appears, email is generated and sent which takes me to the create new password form, however when I submit that I get an error.

Anyone know if there are additional classes that need to be pulled in?

virtualLast avatar Oct 27 '17 17:10 virtualLast

Did you forgot the use Illuminate\Support\Facades\Password;?

sayhicoelho avatar Jan 20 '18 14:01 sayhicoelho

I used this but nothing changed: use Illuminate\Support\Facades\Password;

The broker method still remains unresolved

brainlet-ali avatar Dec 13 '18 06:12 brainlet-ali

use Illuminate\Support\Facades\Password; on your controller

stevekama avatar Jan 28 '19 12:01 stevekama