Page 1 of 1

locked out

Posted: Thu Feb 11, 2016 10:28 am
by Zmjm15
Hi guys,

I've done something stupid,

I've enabled re-captcha without setting up the details and now when going to log in it fails the validation check so i can't.

I'm not great in Command line with SQL so was wondering if anyone had some advice on how to change the flag in ZM to disabled re-captcha?

Many thanks

Re: locked out

Posted: Thu Feb 11, 2016 1:10 pm
by asker
If you haven't specified a site or secret key, it should allow you to login - it has safeguards built in for that.
I just tried it - enable recaptcha, don't provision your keys, logout and login - it will allow you to login to ZM with a warning about your keys.

On the other hand, if you put in invalid secret keys there isn't much one can do to check

Anyway the query to fix this once inside mysql is

Code: Select all

update Config SET Value=0 WHERE Name="ZM_OPT_USE_GOOG_RECAPTCHA";

Re: locked out

Posted: Thu Feb 11, 2016 2:29 pm
by Zmjm15
That's great thanks im in now,

Think il get learning SQL just in case..