Reset an Admin Password
If you forget your admin password for WHMCS, you can request a password reset by clicking Forgot your password? on the Admin Area login page.
If you have not forgotten your password and wish to change it, go to Account > My Account in the Admin Area.
For more information about admins in WHMCS, see Admins.
Missing Reset Link
If you do not see the Forgot your password? link, it is disabled in the Security tab at Configuration () > System Settings > General Settings.
To reenable it:
- Log in to your database administration interface. Usually, this is phpMyAdmin in your server’s control panel.
- Select the WHMCS database.
- Browse to the
tblconfiguration
table. - Ensure that the
DisableAdminPWReset
setting has a blank value. - Save your changes.
There was an error sending the email. Please try again
If your system is encountering a technical error that prevents it from sending the password reset email, you can change the password directly in the database.
To do this:
- Log in to your database administration interface (usually phpMyAdmin via your server control panel).
- Select the WHMCS database.
- Browse to the
tbladmins
table. - Edit the administrator account that you want to reset.
- Enter the new password.
- Make certain that the password will use MD5 hashing. In phpMyAdmin, you can do this by selecting MD5 from the Functions menu.
- Clear the contents of the
passwordhash
field. - Save your changes.
To troubleshoot the problem with sending email, see Troubleshooting System Email.
Last modified: October 30, 2024