Reset Password Joomla

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= go to database, and use the "sql" , and then insert this ---
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= go to table * jos_user * and point to this icon -->

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
 
 
TRANSLATE this Page

Posting Komentar

1 Komentar

Anonim mengatakan…
Thanks U soooo Mucchhhhh......