Answer the question
In order to leave comments, you need to log in
How can I set a new password for a user in a table through the MySQL database?
There was a problem with authorization. We use the Codeignator framework, mysql. Password reset email not received. We decided to change the password through the database. As far as I understand, the password is set there a little differently, namely, you just can’t enter the password, you need to do it in a different transcription.
Can you tell me how can I set a new password for the user through the database?
Answer the question
In order to leave comments, you need to log in
You create a new test user with the desired password. Then in phpMyAdmin you take the salt and hash of the password and replace them with the fields of the user who needs to change the password. And you delete this temporary user.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question