To change your WordPress password, you have a few simple options. Initially, log into your WordPress dashboard, then go to Users and select Your Profile. In the Account Management section, you’ll find the option to create a new password. Alternatively, if you forgot your password, visit the login page and click ‘Lost your password?’ to reset it via email. For those with more technical skills, you can also change the password through phpMyAdmin or cPanel. You can even use FTP or an emergency password reset script. There’s more to discover to guarantee your site’s security!
Change Password From Dashboard
Changing your WordPress password from the dashboard is a straightforward process that improves your site’s security. To get started, log into your WordPress dashboard and navigate to Users -> Your Profile. This section contains everything you need to change your password efficiently.

Once you’re in your profile settings, look for the Account Management section. Here, you’ll find the New Password option. You can either generate a strong password automatically or enter one manually. Make sure your new password is secure and unique to enhance your site’s protection. You’ll need to input your current password for verification purposes, ensuring that only you can make this change.
After you’ve created a new password, don’t forget to save your changes. Click on the ‘Update Profile’ button at the bottom of the page. This final step confirms that your new password is successfully implemented.
Regularly changing your password from the WordPress dashboard is crucial for maintaining site security, so make it a habit to review and update your password as needed. By following these steps, you’ll keep your site safe and secure.
Reset Password via Login Page
If you can’t access your WordPress dashboard to change your password, you can easily reset it directly from the login page. Start by heading to the WordPress login page. Once there, look for the link that says ‘Lost your password?’ and click on it. This will take you to a new screen where you can enter your username or the email address associated with your WordPress account.
After you’ve entered your information, click the ‘Get New Password‘ button. You’ll receive an email containing a password reset link. Make sure to check your inbox, and don’t forget to look in your spam folder if you don’t see it right away.
Once you find the email, click on the password reset link. This will direct you to a page where you can create a new password. Enter your new password, ensuring it meets the security requirements, and then save your changes.
Update Password in Phpmyadmin
To update your WordPress password using phpMyAdmin, access your hosting control panel and locate the phpMyAdmin tool. Once you’re in phpMyAdmin, find your WordPress database from the list of databases on the left side. Click on it to open the database and then navigate to the wp_users table, where all user accounts are stored.
Next, identify the specific user account for which you want to change the password. Click the ‘Edit’ option next to that user account to modify the details. In the user_pass field, you’ll need to enter your new password. However, it’s essential to encrypt the password before saving.
To do this, choose the “MD5” option from the dropdown menu in the Function column next to the user_pass field. This guarantees your password is securely hashed.
After you’ve entered the new password and selected MD5, click the “Go” button at the bottom to save your changes.
Change Password Using Cpanel
Accessing cPanel allows you to efficiently change your WordPress password with just a few clicks. Initially, log into your cPanel account and locate the phpMyAdmin tool for database management.
Once you’re in phpMyAdmin, find the WordPress database associated with your website. This is typically named after your site or your hosting account.
Next, within the database, look for the wp_users table. This table contains all the user information for your WordPress site.
To modify your password, click on the ‘Edit‘ option next to the user whose password you want to change. In the password field, enter your new secure password.
It’s important to verify that your new password is saved in MD5 format for security purposes. To do this, select ‘MD5’ from the dropdown menu next to the password field before saving your changes.
After you’ve updated the password, click the ‘Go’ button to save the changes. That’s it! You’ve successfully changed your WordPress password using cPanel, and you can now log in with your new credentials.

Modify Password With FTP
Using an FTP client, you can modify your WordPress password by accessing the wp-config.php file in your site’s root directory. First, connect to your server using the FTP client. Once connected, navigate to the root directory of your WordPress installation, where you’ll find the wp-config.php file.
Before making any changes, it’s a good idea to create a backup of this file. Locate the line that says define('DB_COLLATE', '');
and add the following code right below it: define('ALLOW_UNFILTERED_UPLOADS', true);
. This step allows you to change the password effectively.
After adding the line, save the changes to the wp-config.php file and upload it back to your server. This modification will enable you to reset your password through the WordPress dashboard.
To finalize, log in to your WordPress admin area and navigate to Users -> Your Profile. Here, you can change the password to your desired new password. Remember to save your changes.
Following these steps will ensure you’ve successfully modified your password using FTP.
Use Emergency Password Reset Script
Have you ever found yourself locked out of your WordPress site with no way to reset your password? If other methods have failed, you can use the Emergency Password Reset Script as a last resort. This script allows you to regain access quickly and efficiently.
First, you’ll need to create a PHP file with the reset script. Access your cPanel, navigate to the File Manager, and create a new file, naming it something like emergency-password-reset.php
. Once you’ve done that, insert the Emergency Password Reset Script code into this file, making sure to update it with your specific WordPress username and desired new password.
After saving the file, upload it to your WordPress root directory. When you access this file in your browser, it will execute the script, resetting your password and updating the WordPress database with your new credentials.
Remember to delete the PHP file immediately after you regain access to avoid any security risks. This method is a reliable way to reset your password in emergencies when other options aren’t available.
Thanks for reading Change WordPress Password. Feel free to message us with any queries.