Google reCAPTCHA Locked out

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
https://developers.google.com/recaptcha/docs/faq


Not a problem for me to fix and add a new key but what a kick in the nuts.


Any Idea on how to let an admin in when Google reCAPTCHA Locked out my a$$?


I use my server for other development work using my IP and google does not like it.

I can go in SQL and Reset the Admin but that wont help with Google reCAPTCHA Locked out.

I can only laugh as I should of know better.

Mike
6 years ago
Hi-

All I can think of is for you to access your database remotely...go to the Settings table...look for the enable captcha setting and set it to False...
6 years ago
Hello,

We had similar problems with reCaptcha when nopCommerce 3.80 launched - our demo stores used version 1 reCaptcha and we were locked out.
I used to run this in the database to find the setting so I can disable the reCaptcha and be able to log in the store administration so I can further fix the configuration:

SELECT        Id, Name, Value, StoreId
FROM            Setting
WHERE        (Name LIKE '%captchasettings.enabled%')


This setting should be false.

Hope that helps!

Regards,
Anton
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.