Support the ongoing development of Laravel.io →
Authentication Architecture

I have successfully tried 2 different Database table Login area. Then I thought it is a great scalability option for Laravel. But then when I tried Resetting Password for Login Credentials other than default users table. It stopped. It only runs query on the users table no matter where you are.

In L-5.2.0 Auth::guard("GuardInstanceName") is introduced for Auth Facade. But I think it is required for Password Facade too. Something like Password::guard("GuardInstanceName")->reset(Credentials, Callback);

Or is there any other easy way of doing this, Guard Separation for Password Reset?

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.

© 2025 Laravel.io - All rights reserved.