Page 1 of 1

Disable_Google_captcha

Posted: Thu Sep 29, 2016 2:17 pm
by chebo
Hello Sometimes for half an hour gets an authentication error, as Bud then someone tries to pick a password. I decided to put the captcha.
I turned on the Google CAPTCHA, but it does not work, and I can not enter.
Tell me where the file in which the setting can be turned off?

Thank you in advance.

Re: Disable_Google_captcha

Posted: Thu Sep 29, 2016 7:17 pm
by bbunge
Google reCAPTCHA does work. I just set up my test server and made sure I entered the Site key and Secret key after deleting the text in the OPT_GOOG_RECAPTCHA_SITEKEY and OPT_GOOG_RECAPTCHA_SECRETKEY boxes.

However, it would not let me in by using the IP address on my local LAN. I had to use the domain name I registered with Google.

The option is in the database to turn on Captcha. Will look into where in the DB....

Re: Disable_Google_captcha

Posted: Fri Sep 30, 2016 6:48 am
by chebo
If someone is to commit the same folly as I do, then maybe you can help.

Code: Select all

mysql > update Config set Value=0 where (name='ZM_OPT_USE_GOOG_RECAPTCHA') ;