Joomla: Change Super Admin/Administrator password
Thursday, July 30th, 2009Login with your mysql client and issue either one of these:
UPDATE `jos_users` SET `password` =MD5(“getsmart”) WHERE usertype = “Super Administrator”;
or
UPDATE `jos_users` SET `password` =MD5(“getsmart”) WHERE usertype = “Administrator”;
