Dipstix Posted October 11, 2019 Share Posted October 11, 2019 Recently, I've changed to the Invisible box but I forgot to change the keys. Now I can't log in to the Admin Page to change the keys because of: ERROR for site owner: Invalid site key Can you tell me where are these keys stored because I need to change them? WHMCS Version: 7.8.3 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 12, 2019 Share Posted October 12, 2019 21 hours ago, Dipstix said: Can you tell me where are these keys stored because I need to change them? they will be stored in the tblconfiguration table in the database - along with the Captcha mode being used... 0 Quote Link to comment Share on other sites More sharing options...
rach Posted October 21, 2019 Share Posted October 21, 2019 i have same problem i can't login into the Admin Page to change the keys ERROR for site owner: Invalid site key 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted October 23, 2019 Share Posted October 23, 2019 @rach you can either update the keys via your tblconfiguration table in your database or run this mySQL query on the database to disable reCaptcha globally you can then login and re-activate it and update your reCaptcha Keys UPDATE tblconfiguration SET value = '' where setting = 'CaptchaSetting'; 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.