Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ReCaPTCCHA suddeny shows up


Recommended Posts

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

изображение.thumb.png.419d02ec879a89595fa2b4ca3a93cb8c.png

Hello 

Go to phpMyAdmin and run this SQL:

UPDATE configuration set configuration_value = 'False' WHERE configuration_key = 'PREFERRED_USE_RECAPTCHA';

Edited by dkodin
Link to comment
Share on other sites

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');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...