Jack_mcs Posted March 2 Share Posted March 2 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? Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
pandrei Posted March 2 Share Posted March 2 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'); Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 3 Author Share Posted March 3 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. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
pandrei Posted March 3 Share Posted March 3 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. 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.