Skip to Content

Disabling reCAPTCHA

How to disable Recaptcha?


Overview: The following article describes how a user can disable recaptcha from GUI and database.



Here are the steps to disable reCAPTCHA on the login page:

Disable the captcha on the login page from Ezeelogin Web GUI.

Step 1: Navigate to Settings -> General -> under Authentication -> choose to disable Login captcha -> Save it.

Emergency CLI Method:

  • Disable the captcha on the login page.

Run the following command to update the login_captcha setting.

root@gateway:~# php /usr/local/ezlogin/ez_queryrunner.php "update prefix_settings SET value='N' WHERE name='login_captcha';"

Following these steps will disable the reCAPTCHA on the login page.


Related Articles:

Enable Google ReCaptcha.

Recaptcha images not loading

Getting reCaptcha: Could not open socket Connection timed out