Hi ..I' am gonna give u two way to RESET Joomla password
1. simple Query
2. insert some MD5 expression
-------------SIMPLE QUERY
once you've open your =phpmysql
UPDATE `jos_users` SET `password` = MD5( 'new_password' ) WHERE `jos_users`.`username` = "admin" ; -----------and press go
now you have--
username = admin, and password = new_passsword
--------
MD5
after u open your table in =phpmysql
of administrator field and
replace the fields password with this
"21232f297a57a5a743894a0e4a801fc3" = (admin)
so now u have
username = admin, and password = admin
that all
hope will be usefull
1 Komentar