Search This Blog

Monday, March 31, 2014

Administrator Login Username and Password Retrieve ?

Welcome to Designers Dairy blog here i have posted How to find the Joomla website administrator

username and password

Step1:

Go to Phpmyadmin -> Select the Database - the wild side - Select k7lt0_users ( users)


Step2:

Click on  k7lt0_users ( users) -> You can see the username and password of the administrator 

login



Step3:

You can click  and see the given username and password which the password was encrpted


Step4:

So u have to create a new password using below link

 
 http://www.teachmejoomla.net/joomla-mambo-tutorials-and-howtos/general-questions/how-to-change-or-recover-joomla-administrator-password.html





Step5:

Copy the General sql string password ="22bf59bcca5b77263b4021cf469528"

and paste in php myadmin and press GO





Step6:

The  new password will be updated . Now u can go to login panel and access the username with  new

password




 Step 7:

Enjoy Folks
 


 



 

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...