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 comment

  1. 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 comment

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.