Wednesday, December 18, 2013

How to Reset the Administrator Password in Joomla

How to ste Administrator password lost in joomla

Password Reset Trick

1. If you are the developer and has the access to database then just fire a update query in jos_users

UPDATE jos_users  SET `username` = 'admin'`password` = 'md5("YOUR PASSWORD")' ;

where you can set the  username and password 

this is the easiest way to reset the password in Joomla

 

2 comments: