How to reset my Mambo administrator password?

You can reset your Mambo administrator's password through its MySQL Database.

The most convenient way to manage the database is through the phpMyAdmin tool. Go to your cPanel and click on phpMyAdmin in the Databases box.

Once in phpMyAdmin select the Mambo's database from the drop-down menu at left. The page will refresh and the database's tables will be displayed on it. Open the SQL tab (look at the top navigation bar).

In the text field write the following SQL query:

UPDATE mos_users SET password = MD5( 'new_password' ) WHERE mos_users.username = "admin_username" LIMIT 1 ;

"new_password" - replace this with the new password you wish to use.
"admin_username" - replace this with the username the password should be updated for.

Once you are ready, click on the GO button to submit the query. If the query completes without errors, you will be able to login to Mambo with the new password.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to configure Mambo to work with a new domain?

In order to configure your Mambo to work with a new domain name, you should edit the live_site...

How can I see the exact version of my Mambo?

The version of your Mambo can be seen when you log in to the Mambo admin area. The data you see...

Additional Mambo resources – templates, components, modules and mambots.

The official Mambo website.   The official Mambo documentation.   The official support...

Initial Mambo installation and configuration.

There are two ways you can install Mambo on your account: Manually, by downloading the script...

Detailed Mambo requirements.

The minimal Mambo CMS server requirements are listed below: PHP 4.2.x or above -...