UXmedia Posted August 12, 2024 Share Posted August 12, 2024 I Cannot Login to Admin I enter username/pass, click Login, and literally nothing happens. Tried a few different browsers with the same result. Any ideas??? I assume is related to one of the suggested security settings in the thread below as nothing else has changed, and I logged in without issue to make the changes: This is what was recommended by a @WHMCS Areeb, a WHMCS Technical Analyst responding on that thread. First of all, please make sure that "Allow Client Registration" is disabled at System Settings > General Settings > Other (tab) , as this provides an easy way for spammers to create accounts without needing to place an order. Secondly, please make sure that you have enabled "Invisible reCAPTCHA" under "Captcha Type" at System Settings > General Settings > Security (tab) . This is the most secure captcha that is currently integrated with WHMCS. Next, please make sure that you follow and implement all of the solutions provided in our documentation: https://docs.whmcs.com/orders/spam-orders/ Please HELP! Thanks 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Product Manager WHMCS John Posted August 12, 2024 WHMCS Product Manager Share Posted August 12, 2024 @UXmedia, Do you see any errors in your browser's developer Console or Network tool? It's possible there may have been a mis-configuration of the Google reCAPTCHA settings. In which case you can turn them off: UPDATE tblconfiguration SET value = '' WHERE setting = "CaptchaSetting"; Then go to the Security tab in the General Settings to double-check the configuration. 0 Quote Link to comment Share on other sites More sharing options...
UXmedia Posted August 12, 2024 Author Share Posted August 12, 2024 @WHMCS John Thanks for the quick response. I do see these errors, see screenshot. But, even if it was a captcha setting, i cannot login to make any changes....I do have access to the cPanel, so can get access to the database (if that is helpful). 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Product Manager WHMCS John Posted August 12, 2024 WHMCS Product Manager Share Posted August 12, 2024 @UXmedia, I can just see in the bottom of your screenshot there is an error in the reCAPTCHA badge. Mouse-over it to see the error detail. I provided the SQL command you can execute on the database to temporarily disable captcha in my previous message. 0 Quote Link to comment Share on other sites More sharing options...
UXmedia Posted August 12, 2024 Author Share Posted August 12, 2024 aha, yes. it says 'This site key is not enabled for the invisible captcha.". i did set it to "invisible" per the suggestion, but how can i change this if i cannot login? 0 Quote Link to comment Share on other sites More sharing options...
Remitur Posted August 12, 2024 Share Posted August 12, 2024 2 hours ago, UXmedia said: aha, yes. it says 'This site key is not enabled for the invisible captcha.". i did set it to "invisible" per the suggestion, but how can i change this if i cannot login? You need to run the suggested command (UPDATE tblconfiguration SET value = '' WHERE setting = "CaptchaSetting";) from cPanel, i.e. using phpmyadmin... 0 Quote Link to comment Share on other sites More sharing options...
UXmedia Posted August 12, 2024 Author Share Posted August 12, 2024 @Remitur Thanks!! that did it. 1 Quote Link to comment Share on other sites More sharing options...
Havic2u Posted November 11, 2024 Share Posted November 11, 2024 On 8/12/2024 at 11:55 AM, Remitur said: You need to run the suggested command (UPDATE tblconfiguration SET value = '' WHERE setting = "CaptchaSetting";) from cPanel, i.e. using phpmyadmin... Anyone know why when I run this It still dont change the captcha so can't login via admin or a client at all. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.