Skip to Content

Disabling reCAPTCHA

How do I disable recaptcha in database?

To disable recaptcha on login page, connect to mysql on ezeelogin installed gateway and set login_captcha = N in the settings table of ezeelogin's database. You can find the database name, user and table prefix from /usr/local/etc/ezlogin/ez.conf

Run the following command:   

php /usr/local/ezlogin/ez_queryrunner.php "update prefix_settings SET value='N' WHERE name='login_captcha';"