How do I reset my WordPress password?

Do you have a WordPress site with Brownrice, but don't know your WordPress admin password?  This FAQ will guide you through getting your access back.


If you know the email address associated with your WordPress admin user, you can reset the password the easy way.  If not, skip to the advanced method below.

The easy way:

If you know your WordPress admin email, or think you might know what email you used to set it up, you can easily request a password reset from the admin login page for the site.

First, navigate to: yourdomain.com/wp-login.php
Note: be sure to replace yourdomain.com with your actual domain.

You should see a login page like this:

Click on where it says "Lost your password?" at the bottom.  That will take you to a page that looks like this:

Enter your email address in the field, click the "Get New Password" button.

Check your email, there should be an email from your site with instructions on how to complete the password reset process.  That's it!

The Advanced Method:

The Advanced method requires that you have a bit more skills, but anyone with BRI dashboard access should be able to follow along.

First, login to the BRI dashboard.

Once logged in, navigate to the VPS Hosting tab:

Click the green "Manage" button next to your VPS: 

This will take you to a page that looks like this:

Click the "Databases" tab.  This will take you to the Database Administration page:

Use this information to login to phpMyAdmin.  Note the "Manage" field is a link to your personal phpMyAdmin. 

You can click the eye icon to show your root password, which you will use to login.  Once logged in you should see a screen like this:

Locate your database on the left hand side.  If you only have 1 WordPress site on the VPS, it should be easy to find, it will begin with "wp20..."

Note: If you multiple WordPress sites on the same VPS you can figure out which database is for which site by opening the WPoptions table in each database.  The "siteurl" value in that table will tell you which site the database is for.

Click the + icon next to your WP database, this will expand the tables to look like this:

Select the WPusers table, your prefix will probably be different as that is randomly generated.  In this case the table is called "N83Pusers".  Once selected you should see a list of WP users:

In this case there's only a single user with the name "admin", but find your admin user and click the "Edit" button.  This should take you to a page like this:

In the user_pass field, delete whatever password is there.  Replace it with whatever you want your new password to be.  At the same time click the "Function" dropdown and change it to MD5 for the user_pass field.  It should look something like this:

Click the "Go" button in the bottom right hand side to apply your changes.

That's it!  You should now be able to login with the WP user that you reset the password for.

If you have any issues with this, or just want us to handle this for you, please contact Brownrice support!

You cannot comment on this entry