decoy icon indicating copy to clipboard operation
decoy copied to clipboard

Admin login not working on fresh install

Open Ceepster14 opened this issue 8 years ago • 2 comments

I've installed Laravel 5.5.25 on a Windows system running Xampp with PHP version 7.0.13 and followed the installation and quick start guides without seeing any errors.

I've made an admin user via the php artisan decoy:admin command and I can see the user setup correctly in the admins table.

However when I try to login via the /admin/login route I get a "These credentials do not match our records" error.

I don't think I've missed any configuration options, but any thoughts as to why the login is failing?

Ceepster14 avatar Dec 14 '17 19:12 Ceepster14

Huh! Do you see a row in the admins table (in mysql) for the admin you created?

weotch avatar Dec 14 '17 20:12 weotch

Yes, the columns that are populated are: id, first_name, last_name, email, password, role (admin), active (1), created_at, updated_at

Columns not populated are: image, permissions, remember_token

Ceepster14 avatar Dec 15 '17 09:12 Ceepster14