You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use DB::enableQueryLog(), I noticed that it only check for email only, not username as well. I've created custom model that extend Cartalyst\Sentinel\User\EloquentUser and insert this code protected $loginNames = ['email', 'username']; But it's not working. I've tried from [this link](#554 (comment)
The text was updated successfully, but these errors were encountered:
Your Environment
Expected behaviour
Login with username or email
Actual behaviour
When I use DB::enableQueryLog(), I noticed that it only check for email only, not username as well. I've created custom model that extend
Cartalyst\Sentinel\User\EloquentUser
and insert this codeprotected $loginNames = ['email', 'username'];
But it's not working. I've tried from [this link](#554 (comment)The text was updated successfully, but these errors were encountered: