Replies: 2 comments 4 replies
-
can you check using Auth if the previous password works outside the scope of the backpack? |
Beta Was this translation helpful? Give feedback.
-
You can use my suggestion from another similar thread: #357 (comment). For completeness I am also copying it here. If you are using the default settings for hashing (Bcrypt), you could try changing one password directly in the database to After that please check #357 (reply in thread) which will then test if hashing itself works properly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm working on an application with Laravel Backpack for quite some while now. Suddenly, after my last deployment, I can't login into the application dashboard anymore. I always get the error message that the credentials are wrong.
I didn't make any changes on the DB or the code related to auth. I also checked the data in the DB and they seem correct. I was able to reset my password (which means that backpack recognizes the user-email) and was logged in afterwards automaticallly.
Then I logged out and wanted to login with the new PW and...get the same error message.
I have no idea right now what I could do to debug this. In my VM on my local machine I don't get this error. Only on my production environment.
Did someone face a similar issue before or has an idea where to start debugging?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions