Here we explain how to reset a WordPress administrator password. Resetting your WordPress Password can be done by either WordPress Login Page, WordPress Dashboard, and in cPanel using PHPMyAdmin.
Related Article
Unlocking WordPress Dashboard when Locked Out by ModSecurity
Forgotten Password Link
- Reset the Admin password via the WordPress Dashboard
- Navigate to the WordPress login page
EXAMPLE: domain.com/wp-admin
REPLACE: domain.com in the above URL with the actual site name. - Click on Lost your password?
- Fill in Username or Email Address
- Click Get New Password
- An email should be received with a reset link to the email that is linked to that user
- Navigate to the WordPress login page
Reset Password from Site Dashboard
- Log into the WordPress dashboard
- In the top right corner, hover where it says "Howdy *username*"
- On the menu that appears click Edit My Profile
- Scroll to the bottom of the page, where it says Account Management
- Click Set New Password
- Use the one there, or type out the desired password
- Scroll Down and click Update Profile
Reset Password from the Database
- Log into cPanel
- Under Databases section click phpMyAdmin
- On the left will be a list of databases
- Click on the name of the WordPress database
- If the database is unknown it can be found by checking the wp-config.php file in File Manager
- Locate and Click on the wp_users table
Note: The database prefix may be different fromwpbr_
, but the table will always end in "users".
- Locate the administrator account to reset the password of and click Edit on that row
NOTE: The password shown under user_pass is encrypted and is not the actual password.
- Under the Function column in the user_pass row, select MD5
- In the Value column, input the desired password
- Click Go at the bottom of the page to save the new password
- The password has now been updated
Comments
0 comments
Article is closed for comments.