wolfgang.elsamanoudi Posted February 5 Share Posted February 5 Dear all, LI did not setup ReCaptcha at all, and suddenly I get this. How do I disable ReCAPTCHA, noting I do not have access to the admin Panel anymore as it is requesting ReCaPTCHA. Any solutions ? Selfhosted system, Running PHP 8 Quote Link to comment Share on other sites More sharing options...
dkodin Posted February 10 Share Posted February 10 (edited) On 2/5/2023 at 12:47 PM, wolfgang.elsamanoudi said: Dear all, LI did not setup ReCaptcha at all, and suddenly I get this. How do I disable ReCAPTCHA, noting I do not have access to the admin Panel anymore as it is requesting ReCaPTCHA. Any solutions ? Selfhosted system, Running PHP 8 Hello Go to phpMyAdmin and run this SQL: UPDATE configuration set configuration_value = 'False' WHERE configuration_key = 'PREFERRED_USE_RECAPTCHA'; Edited February 10 by dkodin Quote Link to comment Share on other sites More sharing options...
pandrei Posted February 10 Share Posted February 10 Also you can temporary turn off Google ReCaptcha by editing the file 'admin/includes/local/configure.php'. Just add the following line at the end: define('PREFERRED_USE_RECAPTCHA', 'false'); 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.