Answer the question
In order to leave comments, you need to log in
How to reset Joomla 2.5 super admin password?
Nothing googled helped. Login fails.
For starters, it's just an MD5 hash:
UPDATE `jos_users` SET password=MD5('admin') WHERE username = 'admin'
UPDATE `jos_users` SET password=CONCAT(MD5(CONCAT('admin', 'qwerty')),':qwerty') WHERE username = 'admin'
Answer the question
In order to leave comments, you need to log in
Somehow I restored it. I went through the files, collected all the encryption functions and called them in a separate file for a new password. In response, an encrypted hash came, which I inserted in place of the old one. Due to the prescription of the case, I don’t remember at all what these functions were and where they were located, but this technique is working, you can try.
However, to avoid messing around with this - if you have access to phpmyadmin, you can register a new user, and simply copy its hash into the superadmin password field.
I have suspicions about the ambiguity of the problem. None of the methods help. Is it normal that I am being asked to authorize via HTTP-BA (with the text: "Subdomain authorization"), and not via the web interface?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question