How To Reset Your Joomla Admin Password Print

  • 0


Visit your cpanel and run this script to reset your admin password:

-------------


INSERT INTO `f6xh7_users`
   (`name`, `username`, `password`, `params`)
VALUES ('Administrator2', 'admin2',
    'd2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199', '');
INSERT INTO `f6xh7_user_usergroup_map` (`user_id`,`group_id`)
VALUES (LAST_INSERT_ID(),'8');


username: admin2 and password is: secret

--------------

Was this answer helpful?

« Back

Powered by WHMCompleteSolution