How to reset/change WordPress admin password

There are several ways to reset a WordPress dashboard password:

 

 

In the WordPress dashboard

 

If you have access to your WordPress Dashboard and want to change the password, there is an option for it within the account.

1. Login to your WordPress account. For this, you can use the direct link: http://yourdomain.com/wp-admin or using Softaculous.

 Once you are logged in, go to Users >> Your Profile from your WordPress menu:


 
2. Find the Account Management section where you will see the New Password option. Click Generate Password to proceed:


 
3. A password for the account will be automatically generated. If you want to change the generated password, you can overwrite it by typing a new password in the box provided. The strength box will show you how strong and secure your password is.
Update profile to save the new password:


 
The password is successfully changed.
 
 
Using the Lost Password option


1. Open your WordPress administrative login page – it is usually located in http://yourdomain.com/wp-admin.

2. Click on the Lost your password? option, fill out the username or email address > Get New Password:

   

3. Log into your email account, which is set as your administrative WordPress contact. You can find the email message with the password reset URL there, click on it:



4. Enter your new strong password twice on the opened page > Reset password:





Using Softaculous Apps installer

In order to change the password for your WordPress admin user, follow next steps:

1. Log into cPanel and navigate to Softaculous Apps Installer menu:



2. In the Softaculous interface find All Installations icon in the top right corner:



3. In this menu you will see Scripts Installations list. Select the one you need to change the admin password for and click on Edit Details (pencil icon) next to it:



4. Next you will see installation details page. Scroll down to Admin Account section. Here you need to enter your current username and the new password in Admin Password field:



5. Once done, scroll down to the bottom of the page and hit Save installation details button:



6. After that you will receive the message about the successful update:



Feel free to log in to WordPress admin panel using the new password.



Reset the password via the database

If Lost your password? confirmation emails do not arrive, or if you have no access to the email account linked to your administrative dashboard, you can reset your password via MySQL database:

1. Log into your cPanel > section Files File manager and navigate to the document root of your WordPress website:



2. To check what database is used for your WordPress website, open the wp-config.php file:



3. Go to cPanel > Databases section > phpMyAdmin:



4. Select the database in question, table wp-users and click on Edit next to the admin user:



5. On the next page, type in your new strong password into the user_pass box, select MD5 in the Function column and click Go:



You can now go back to the WordPress dashboard page and try to log in with the new password.


That's it!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to add Google AdSense to your WordPress website

After installing WordPress and creating a website, you might want to earn some money with it....

How to add a favicon to a WordPress website

Favicon (also called site icon) is a small image that appears next to your website title in the...

How to back up a WordPress site using CodeGuard

CodeGuard makes it very easy for WordPress users to keep their blogs backed up. You can have your...

How to change upload filesize limit in WordPress multisite

The upload file size limit controls the size of a single file that can be uploaded via any means...

How to change WordPress site address (URL)

This guide will show you how you can change URL for your WordPress-based website. You may find it...