Categories

Featured templates

WordPress. How to reset admin panel access details

Norman Fisher February 4, 2013
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial  is going to show you three ways to re-set your WordPress admin panel details.

Through phpMyAdmin

  1. Log into your phpMyAdmin and select the database used for your WordPress site.
  2. Look for wp_users  among the tables in your database and click on the icon for browse
  3. Locate your Username under user_login and click Edit.
  4. In the drop-down next to the user_pass select MD5
  5. Select and delete the long list of numbers and letters in the Value column and type in your new password (case-sensitive).
  6. Once you have done that, click the ‘Go’ button to the bottom right.
  7. Test the new password on the login screen.

Feel free to check the detailed video tutorial below:

WordPress. How to reset admin panel access details

Using the Emergency Password Reset Script (used in case, you know your the administrator username and the administrator’s email address)

  1. Create a new emergency.php file with the content taken from Emergency Password Script and put it in the root of your WordPress installation.
  2. In your browser, open http://your_site.com/emergency.php.
  3. As instructed, enter the administrator username (usually admin) and the new password, then click Update Options.
  4. This will send an email to the blog administrator with the new password information.
  5. Delete emergency.php from your server when you are done for security reasons.

Feel free to check the detailed video tutorial below:

WordPress. How to reset admin panel access details

Through FTP

1. Login to your site via FTP and open your active theme’s functions.php file to edit.
2. At the beginning of the file, after the first <?php:  add the following:

 
wp_set_password('password',1);

(where the "1" is the user ID number in the wp_users table and the ‘password’ is
your own new password for the main admin user).
3. Save the changes to the modified file and upload it back to your site.
4. After you then are able to login, make sure to go back and remove that code. It will reset your password on every page load until you do.

 

Feel free to check the detailed video tutorial below:

WordPress. How to reset admin panel access details

Modern Wordpress Themes
This entry was posted in WordPress Tutorials and tagged access, admin, details, panel, reset, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket