Reset google authentication / authenticator for WHMCS admins

Run these commands to clear the google auth preference for the user.

mysql (WHMCS DB)> use whmcsdb;
mysql (WHMCS DB)> update tbladmins set authmodule="" where username='USERNAME';

Once ran whmcs will prompt to setup 2 factor again.

1 Response

  1. Sammy Boy November 16, 2015 / 8:52 am

    Thanks for this. I couldnt get the command to run, but your article helped me figure out what to edit in the tbladmins field 🙂

Leave a Reply to Sammy Boy Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.