How to Reset WordPress Password?
How to Reset WordPress Password:
Introduction:
If you've forgotten your WordPress password or need to reset it for any reason, don't worry! This article will show you 3 different ways to change your WordPress password and guide you through the step-by-step process of resetting your password and regaining access to your WordPress website.
1. Via the Forgot Your Password Link:
- Go to your WordPress login screen at
http://abcd.com/wp-admin
- Replace abcd.com with your actual WordPress installation location. This may be your domain, domain + a folder location.
- Under the login form, click Lost your password.
- Enter the username or email address of the account you're trying to log into.
- Click Get New Password to have the reset password email sent to that username's email.
2. Via Softaculous:
- Log in to cPanel.
- Scroll down to the Software section and click on the Softaculous Apps Installer.
- Click on the Installations box.
- Navigate to the Installation that you wish to edit.
- On the right-hand side of the row, click the Pencil icon to load the Installation Details.
- Go to the Admin Account section on the Installation Details page.
- Enter the Admin Username and Admin Password for which you want to change the password.
- Scroll down to the bottom of the page and click on Save Installation Details.
3. Via phpMyAdmin:
- Log in to cPanel.
- Navigate to the Databases section, then click on the phpMyAdmin icon.
- Click on the WordPress database from the left panel.
Not sure about your database name? Click here. - Click wp_users from the left panel.
4. Changing User Password via phpMyAdmin:
- Under user_login, you will see the list of registered users. Under the user whose password you wish to reset, click edit.
- Under the user_pass column, clear the value on the far right.
- Replace it with what you would like the password to be, then in the dropdown menu, select MD5.
- At the bottom of the page, click GO.
Updated on: 23/11/2023
Thank you!