Q
Q
Qairat2016-12-27 13:06:49
DLE
Qairat, 2016-12-27 13:06:49

How to reset admin password with phpmyadmin?

Hello.
There is one site that runs on the dle system.
All hosting passwords are there, I was able to log into phpmyadmin.
And I was able to find the table where the administrator password is stored.
1cca4b39af164712862c23cfd6109253.png
now tried to just immediately change the password from here. I inserted the password in the form of md5, nothing happens.
How can the problem be solved. The password was last written in 2007. And the customer does not remember anything.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2016-12-27
@webinar

The option is as follows:
1. register a new user with the desired password
2. go to the database
3. find a new user
4. Copy the password hash
5. Paste it to the desired user (you admin or whatever you are in the database)
6. Everything is ready
PS: hash The password in the database is made so that it cannot be decrypted or changed. Other methods will either not help or be more time consuming than the one I suggested.

A
Alexander, 2016-12-27
@indefpro

There is a double md5.
md5(md5("pass"));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question