Lost access to admin panel.
-
I am running WordPress on my localhost and entirly lost access to the admin panel. It keeps telling me that the username and password do not match.
I tried changing it in PHPMyAdmin (hashing it with the MD5 algoritm) but even this does not seem to help.
What I think is the wierdest is that when I change the password through PHPMyAdmin and browse to a different table. Soon as I look it up again the password has seem to changed again.
Example:
I set this as my password (MD5):
72036bcacad38af38b4cb128f30d984d
Now if I save that and try to log in using these credentials it changes the password again in the database to:
$P$BrvjMljdQ9oq7waIirVdz.dnTqvsYt/
Why is this happening and what can I do to prevent it?
The topic ‘Lost access to admin panel.’ is closed to new replies.