Unable to log in with any password - hashing problem? #357
Replies: 4 comments 20 replies
-
Hey @pekka can you do Also, how are you creating the users ? Via Register page or some seeder or something ? Cheers |
Beta Was this translation helpful? Give feedback.
-
If you are using the default settings for hashing (Bcrypt), you could try changing one password directly in the database to |
Beta Was this translation helpful? Give feedback.
-
I have a similar problem in the new backpack 5 project, I register and log in without problems, but if I go to edit the user and save a new password, he saves it in clear text, what's wrong? |
Beta Was this translation helpful? Give feedback.
-
Due to no activity, I will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently learning Laravel. I have a project with Backpack running locally that I'm trying to deploy to a web server. The deployment target is marked "production" so the Backpack admin interface is password protected.
Problem is, no password is ever accepted. If I go the "forgot password" route I can set a new password, and go to the admin panel because I seem to be automatically signed in when I do this. However, the next time I try to log in using the new password, it gets rejected.
I assume this is a hashing problem when storing the password.
The users table looks fine:

Can anyone point me where to start debugging this?
Beta Was this translation helpful? Give feedback.
All reactions