You have setup a beautiful website and suddenly you cannot login to your dashboard due to one reason or another. Your heart jumps and you immediately feel like using the toilet or washroom. You have nothing to worry about! You can easily change your password in the CPanel and regain access to your wordpress dashboard. Below are the steps to changing your password in CPanel.
- Log into your CPanel.
- Scroll to down to ‘Databases’.
- Click ‘phpMyadmin’ to open the folder.
- Click ‘Databases’ on the top left of the window that opens.
- Click your website’s database to open it. If you don’t know your database, ask your host provider.
- Scroll to ‘wp_users’.
- Click ‘Edit’ on the left of the row. Notice that the existing username and encrypted password are there in the row under ‘user_login’ and ‘user_pass’, respectively.
- Scroll down to see the field where the encrypted password can be changed.
- For safety reasons, select and copy the existing encrypted password and store it safely. Just in case.
- Enter a new password at the field ‘user_pass’ to replace the existing password. Be sure to store this new password safely.
- In the same row of the ‘user_pass’, select ‘MD5’ from the drop down in front of ‘varchar(255).
- Scroll down and click the ‘Go’ button.
- If you are successful and your entries are saved, you can now go to your wp-admin and login with the new password.
- You are done.
- Note that the purpose of the selected MD5 is to encrypt the new password.
ADVERTISEMENT