Resetting an Admin Password

From WHMCS Documentation

If you forget your administrator password for WHMCS, you can request a password reset by clicking "'Forgot your password? on the Admin Area login page. Follow the instructions in the email message you receive.

If you want to change your password and have NOT forgotten your old password, you can do this at Account > My Account in the WHMCS Admin Area.

Missing Reset Link

If you do not see the Forgot your password? link, the option is disabled in the Security tab at Configuration () > System Settings > General Settings or, prior to WHMCS 8.0, Setup > General Settings.

To reenable it, follow the steps below:

  1. Log in to your database administration interface. Usually, this is phpMyAdmin in your server's control panel.
  2. Select the WHMCS database in the left-hand menu.
  3. Browse to the tblconfiguration table.
  4. Ensure that the DisableAdminPWReset setting has a blank value.
  5. Click Go to apply the changes.

If you visit the Admin Area login page again, you will see the Forgot your password? link.

There was an error sending the email. Please try again

If your system is encountering a technical error that prevents the sending of the reset email, you can change the password directly in the database.

To do this:

  1. Log in to your database administration interface (usually phpMyAdmin via your server control panel).
  2. Select the WHMCS database in the left-hand menu.
  3. Browse to the tbladmins table.
  4. Click Edit next to the administrator account that you want to reset.
  5. Enter the new password in the password textbox.
  6. From the Functions menu, select MD5.
  7. Clear the contents of the passwordhash field.
  8. Click Go to apply the changes.

You can now visit the Admin Area login page and log in using the new password. To troubleshoot the problem with sending email, see Email Sending Issues.