Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin login not working on fresh install #93

Open
Ceepster14 opened this issue Dec 14, 2017 · 2 comments
Open

Admin login not working on fresh install #93

Ceepster14 opened this issue Dec 14, 2017 · 2 comments

Comments

@Ceepster14
Copy link

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?

@weotch
Copy link
Member

weotch commented Dec 14, 2017

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

@Ceepster14
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants