Support the ongoing development of Laravel.io →
Authentication Database
Last updated 1 year ago.
0

To face a similar problem, I had to:

  • extends Illuminate\Auth\Reminders\ReminderServiceProvider with MyReminderServiceProvider
  • extends Illuminate\Auth\Reminders\PasswordBroker with MyPasswordBroker re-implementing getUser method
  • MyReminderServiceProvider resolve "auth.reminder" returning an instance of MyPasswordBroker
  • in config/app.php change provider for ReminderServiceProvider

Hope for a simpler solution.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

sappster sappster Joined 2 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.