One of the issues that owners/administrators for Modx will face is the reset of the password for users who have forgotten it or are unable to recover it using the typical forgot password interface.  Fortunately, Modx does provide two different ways to recover passwords manually:  through the database and using an application programming interface code.  The following article describes how to manually recover the password for Modx Revolution using the database.

Note: Manually changing the passwords for Modx Revolution requires access Cpanel and phpMyAdmin. For more information on using phpMyAdmin, please see Managing Databases Through phpMyAdmin


Manually Changing the Password using the Database

Before you begin, you will nee to obtain the update query for changing the hash that is used to encrypt the password.  By default the hashing class is set to  use PBKDF2, but this type of hash is not available in phpMyAdmin.  Fortunately, Modx lets you change the hash class to MD5, which CAN be used in phpMyadmin.  Modx provides the mySQL update query here:

UPDATE modx_users SET hash_class = 'hashing.modMD5', password = MD5('the-new-password') WHERE username = 'theusername';


The code above also includes the update query for the password that you need to change.  You will need to know the user name in order for the query to work.  Note that this query will only work with Modx 2.1 and greater (Web Hosting Hub only has the installation files for the newer versions of Modx).  

  1. Login to the Cpanel then go to the DATABASE section and click on phpMyAdmin.
  2. Click on the Modx database to select it and open it in phpMyadmin.  You will see something similar to the following:

    db-pw-change-select-db


  3. After selecting the database, scroll down the table list until you find MODx_Users (NOTE: the prefix of the table may differe from MODx_ depending on how the installation was configured)

    db-pw-change-table-select

    Select the table by clicking on the selection box as per above, then click on BROWSE on that same row to see the data for that table:


  4. When you open the table, you should see something similar to the following screenshot:

    db-pw-change-open-table

    The screen above shows you the data for a single user (called ADMIN).  At the top of the window, you will see a menu with SQL as one of the options.  Click on SQL to continue.


  5. In order to show you the data from the table, there will be a SELECT query already within the window.  At the bottom of that window, click on CLEAR in order to remove the existing code.  Next, go to the code provided at beginning of this tutorial, copy it and then paste it into the SQL query window that you currently have open.  It will then look like this:

    db-pw-change-SQL-work

  6. When the code is the window, click on the text and change the password by changing the text in quotes labeled 'the-new-password') to the actual value you wish to use.  Then make sure that the user name is set to the user name of the user for which you are changing the password (note: if you get the user name wrong, nothing will change). 


  7. Next, click on the GO button in the bottom right hand corner to execute the change. The button will appear as follows:  db-pw-change-go-button .  This will complete the password change for the specified user.

 

Note that it is possible to change the hash BACK to PBKDF2, but you will need to load the pbkdf2Convert Plugin that you will have to obtain from Modx.  Changing passwords for users is normally handled by the Forgot Password option available upon logging into Modx.  When this option is not possible, the manual methods of getting the password can be used.   However, they should only used as a last resort in order to maintain the security and stability of the database for the Modx application since this exposes the tables of the database to manipulation.  

 

 

Did you find this article helpful?

We value your feedback!

Why was this article not helpful? (Check all that apply)
The article is too difficult or too technical to follow.
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
How did you find this article?
Please tell us how we can improve this article:
Email Address
Name

new! - Enter your name and email address above and we will post your feedback in the comments on this page!

Did you find this article helpful?

Comments

n/a Points
2014-04-05 6:39 am

Thank you very much for taking the time to post this, it was exactly what I needed and I was able to manually reset the password in the MySQL database! Was missing the hash_class before :)

Post a Comment

Name:
Email Address:
Phone Number:
Comment:
Submit

Please note: Your name and comment will be displayed, but we will not show your email address.

Related Questions

Here are a few questions related to this article that our customers have asked:
Ooops! It looks like there are no questions about this page.
Would you like to ask a question about this page? If so, click the button below!
Need More Help?

Help Center Search

Current Customers

Email: support@WebHostingHub.com Ticket: Submit a Support Ticket
Call: 877-595-4HUB (4482)
757-416-6627 (Intl.)
Chat: Click To Chat Now

Ask the Community

Get help with your questions from our community of like-minded hosting users and Web Hosting Hub Staff.

Not a Customer?

Get web hosting from a company that is here to help.
}