Joomla admin password recovery

In case the password from the administrative panel has been lost or forgotten, you need to execute the following sql request to the site database.

Standard sql Joomla user password change request:

UPDATE `jos_users`
SET password= MD5( 'NEW_PASSWORD' )
WHERE id = USER_ID;

Leave a comment

Leave a Reply