Instructions for SiteGround customers
If hosted with SiteGround, you can use the WordPress Admin Tools app in your cPanel to quickly execute different WordPress management tasks including changing your users passwords.
Now, locate the site you want to gain access to and click on the Reset Password link next to it.
The line will expand, allowing you to select one of your WordPress users for this site and reset its password.
Finally, click on the Change Password button. That's it, you can now login with your new password.
Instructions for non-SiteGround WordPress users
If you're not a SiteGround customer, the easiest way to reset your WordPress password is via the phpMyAdmin tool in your hosting command panel.First, open the wp-config.php file in your WordPress root directory and locate the following line:
define('DB_NAME', 'user_wrdp1');This line specifies the database that your WordPress site is using (in our example wrdp1). Once you have your database name, open the phpMyAdmin tool and click on the same database from the list on the left.
Next, click on the SQL link in the top menu.
Here, you need to enter the password reset query replacing NEWPASSWORD with the actual new password you want to use:
UPDATE `wp_users` SET `user_pass` = MD5('NEWPASSWORD') WHERE `wp_users`.`user_login` = "admin_username";Once you do that click on the Go button in the bottom right part of the screen to execute the query.
You can now login with your new password. If you want to change your WordPress admin username too, you can follow the instructions in our tutorial on how to change your WordPress username.
0 comments:
Post a Comment