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
locked out
Re: locked out
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
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";
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Re: locked out
That's great thanks im in now,
Think il get learning SQL just in case..
Think il get learning SQL just in case..