Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to get by captcha


Jack_mcs

Recommended Posts

I just did a new install. I used the wrong login for admin and the page reloaded with a captcha error (see attached). How do I get logged in?

V4_captcha_fail.jpg

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Just turn off Google recaptcha by running this SQL:

UPDATE configuration SET configuration_value = 'False' WHERE configuration_key = 'PREFERRED_USE_RECAPTCHA'

Or by adding this line in the admin/includes/local/configure.php:

define('PREFERRED_USE_RECAPTCHA', 'false');

 

Link to comment
Share on other sites

6 hours ago, pandrei said:

Just turn off Google recaptcha by running this SQL:

Thanks, that worked. But do you have a fix for the cause of the failure? Many shop owners won't know how, or feel comfortable with, executing a database command.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

7 hours ago, Jack_mcs said:

Thanks, that worked. But do you have a fix for the cause of the failure? Many shop owners won't know how, or feel comfortable with, executing a database command.

You are right. We will turn off this flag in the next update.

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.
Note: Your post will require moderator approval before it will be visible.

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...