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?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community