-
Notifications
You must be signed in to change notification settings - Fork 508
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
Problem with username login #248
Comments
Confirmed same error here. Working on a solution! |
the bug fixed? |
me too |
dear @acacha woud like to thank you for this great package. |
I have the same problem, after submitting the login, the error.. |
Has anyone found a workaround to this? |
Any updates ??? |
Hi, all. I've got a workaround for this. You have to edit protected function attemptLogin(Request $request)
{
return $this->attemptLoginAtAuthenticatesUsers($request);
} |
Thanks @dbrw for the hint.. I've made the following changes to
to get it work on my project.
Changed to ->
And If you're having separate column for username, & passing username only. then change,
Changed 'email' to -> 'username'
And it's working for me now. |
Sorry I'm so busy... asap I will take a look at that! |
This tests could no be executed always only after correctly executing: php artisan adminlte:username but this command requires interaction! |
See also #252 |
When logging with username it will say "These credentials do not match our records.".
But when I refresh the page I will be logged in.
The text was updated successfully, but these errors were encountered: