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