pingpong-labs / admin

Laravel 5 Admin
https://packagist.org/packages/pingpong/admin
BSD 3-Clause "New" or "Revised" License
432 stars 114 forks source link

Can't login to site with 2.1.2 #51

Closed sakanaproductions closed 3 years ago

sakanaproductions commented 9 years ago

I use pingpong extend in my user model: class User extends \Pingpong\Admin\Entities\User implements AuthenticatableContract, CanResetPasswordContract, BillableContract

after upgrading on my test site, I'm now unable to login to the site, it comes back with "the credentials do not match our records". The login works correctly with 2.1.1 which is what I have on my live server.

however, when I go back to the standard extends Model, it works fine: class User extends Model implements AuthenticatableContract, CanResetPasswordContract, BillableContract

dota-web commented 9 years ago

hello~ can you tall me how to write code works fine. thinks~