Disable_Google_captcha

Forum for questions and support relating to the 1.30.x releases only.
Locked
chebo
Posts: 29
Joined: Wed Mar 16, 2016 4:38 am

Disable_Google_captcha

Post 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.
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Disable_Google_captcha

Post 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....
chebo
Posts: 29
Joined: Wed Mar 16, 2016 4:38 am

Re: Disable_Google_captcha

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