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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: