| Written by Steve Burge |
 If you do lose your SuperAdmin password for Joomla, don't worry because theres an easy way to get it back. Just login to your MySQL database and run this query for Versions up to Joomla 1.0.12.UPDATE `jos_users` SET `name` = 'admin', `password` = '21232f297a57a5a743894a0e4a801fc3' WHERE `id` =62 LIMIT 1 ; Versions from Joomla 1.0.13 to 1.0.15UPDATE `jos_users` SET `name` = 'admin', `password` = 'af9083d4b82dbc0745b124db3b3cf15d:M0WuLowO4rtRTddG' WHERE `id` =62 LIMIT 1 ; Your username will now be admin and your password will be admin also. If you're running an older version of Joomla or Mambo, you might need to change jos_users to mos_users. If you'd like to change your password to something other than admin, go to http://www.allhype.co.uk and you can encrypt your password using MD5 - the same system Joomla uses. |
Comments
I
To reset the Superadministra tor's account and password to 'admin' now you need to use this query:
UPDATE `jos_users` SET `name` = 'admin', `password` = 'af9083d4b82dbc0745b124db3b3cf15d:M0WuLowO4rtR TddG' WHERE `id` =62 LIMIT 1 ;
blog.mcdermotts.org.uk/2007/10/tutorial-recover-lost-password-in-joomla/
Great site by the way !
What version of Joomla are you running?
RSS feed for comments to this post