Difference between revisions of "Resetting an Admin Password"
(Created page with "==Resetting an Admin Password== If you forget your administrator password for WHMCS, you can request a password reset using the "Forgot your password?" link on the admin area...") |
|||
Line 1: | Line 1: | ||
− | + | 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 forget your administrator password for WHMCS, you can request a password reset | ||
===Missing Reset Link=== | ===Missing Reset Link=== | ||
− | If you do not see the | + | |
+ | If you do not see the '''Forgot your password?''' link, the option is disabled in the '''[[Security Tab|Security]]''' tab at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > General Settings''' or, prior to WHMCS 8.0, '''Setup > General Settings'''. | ||
To reenable it, follow the steps below: | To reenable it, follow the steps below: | ||
− | #Log in to your database administration interface. Usually, this is phpMyAdmin | + | # Log in to your database administration interface. Usually, this is phpMyAdmin in your server's control panel. |
− | #Select the WHMCS database in the left-hand menu. | + | # Select the WHMCS database in the left-hand menu. |
− | #Browse to the <tt>tblconfiguration</tt> table. | + | # Browse to the <tt>tblconfiguration</tt> table. |
− | #Ensure that the <tt>DisableAdminPWReset</tt> setting has a blank value. | + | # Ensure that the <tt>DisableAdminPWReset</tt> setting has a blank value. |
− | #Click '''Go''' to apply the changes. | + | # Click '''Go''' to apply the changes. |
− | If you visit the | + | 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=== | ===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: | + | 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: | ||
− | + | # Log in to your database administration interface (usually phpMyAdmin via your server control panel). | |
− | + | # Select the WHMCS database in the left-hand menu. | |
− | + | # Browse to the <tt>tbladmins</tt> table. | |
− | + | # Click '''Edit''' next to the administrator account that you want to reset. | |
− | + | # Enter the new password in the '''Password''' textbox. | |
− | + | # From the '''Functions''' menu, select ''MD5''. | |
− | + | # Click '''Go''' to apply the changes. | |
− | You can now visit the | + | 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]]. |
− | To troubleshoot the problem with sending email, |
Revision as of 17:37, 3 May 2022
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.
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:
- Log in to your database administration interface. Usually, this is phpMyAdmin in your server's control panel.
- Select the WHMCS database in the left-hand menu.
- Browse to the tblconfiguration table.
- Ensure that the DisableAdminPWReset setting has a blank value.
- 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:
- Log in to your database administration interface (usually phpMyAdmin via your server control panel).
- Select the WHMCS database in the left-hand menu.
- Browse to the tbladmins table.
- Click Edit next to the administrator account that you want to reset.
- Enter the new password in the Password textbox.
- From the Functions menu, select MD5.
- 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.