Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name of WHMCS Site not appearing in Google Authenticator #18

Open
BenjaminM007 opened this issue May 29, 2017 · 2 comments
Open

Name of WHMCS Site not appearing in Google Authenticator #18

BenjaminM007 opened this issue May 29, 2017 · 2 comments

Comments

@BenjaminM007
Copy link

The name of the WHMCS site is blank so there is no way to know if the code belong to WHMCS or not. I have attached a screenshot and you can see via the arrows that Wordpress appears and Amazon in my Google Authenticator
image014
but no name for WHMCS

@DewlanceHosting
Copy link

DewlanceHosting commented Aug 18, 2018

I was facing same issue but fixed by editing this code:

Open oath.php file:

Find for line: (I replaced 2 lines)
$company2 = $CONFIG['CompanyName'];

Change it to:
$company = $CONFIG['CompanyName'];

If not work then change
$company2 = $CONFIG['CompanyName'];

To
$company2 = "Your Company Name Here"

Note: I am not author, etc. Just wanted to help people who is using this.

@shabsta
Copy link

shabsta commented Sep 7, 2018

@kunnusingh thanks for the headsup,

I had to change
Find for line: (I replaced 2 lines)
$company2 = $CONFIG['CompanyName'];
to
$company = 'Your Company Name Here';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants