If you can use phpmyadmin please paste following sql in Sql command and use below login details. Please change your password from Joomla admin > users > super user.
Username: admin
Password: password
Please replace jos prefix with your table prefix. Two instances in below code.
- Code: Select all
UPDATE `jos_users` SET `password` = 'a5cdf416290e0aef0820d1a616971250:LH2mGXgqBlue9qwfyhNtTRc7C2ReJcub' WHERE `jos_users`.`id` =42;
If your super user id is not 42 then above code will not work. Simply follow below.
In phpmyadmin while in your database;
Click on jos_users table.
See Super User in the list.
Click on Edit
Go to password section and paste below code which will change password to password. Click on go and thats it.
- Code: Select all
a5cdf416290e0aef0820d1a616971250:LH2mGXgqBlue9qwfyhNtTRc7C2ReJcub
See you around...