Posts by Aline Rodrigues • 11 points
1 post
-
1
votes0
answers195
viewsQ: Laravel Password Reset is not working with Customized User model
I am trying to use the Laravel authentication system with some customizations. This is my User model: use Illuminate\Notifications\Notifiable; use Illuminate\Foundation\Auth\User as Authenticatable;…