| Help! I just got hacked and cant login to admin! |
|
|
|
| Wednesday, 13 August 2008 15:54 |
|
If you know the email address that was used, the simplest thing is to do is to use the "lost password" Front-end function if you have made it available. You can also watch the video we have on how to do this. If not, you will need access to the MySQL database. You have two choices, either add a new super administrator or change the password stored in the data base. To do this you need to go to phpMyAdmin (or use a similar tool) and manually edit the database. Before doing this back up our complete database. Run this to create a new user known as admin2. INSERT INTO `jos_users` VALUES The password will be admin. Immediately log in and change this password. Or You can change the password in the table for your admin user (assuming you never changed the user name; if you have just change the instructions below to . The password is stored in the MySQL database jos_users table password field. (change this for your table prefix if different) Open the table, find your admin username, and then select that row for editing. The password must be hashed, you cannot simply enter text into this field. Set the password to a known value - password = "this is the MD5 hashed password" Paste the hashed password into the field, save the change, and log-in using the new password. Immediately change your password to something more secure! You interested in having your Joomla 1.5.x site automaticly updated for you? If so check out this
Set as favorite
Bookmark
Email This
Hits: 1249 Trackback(0)
Comments (0)
![]() Write comment
|
| Last Updated on Wednesday, 20 August 2008 00:23 |