How to disable google captcha

If Google Recaptcha is configured incorrectly it may restrict users from logging into the MediaCP. You can solve this issue by disabling the captcha.

  1. Login to SSH as root user
  2. Copy and paste the following into SSH:
    echo "UPDATE settings SET value = 'disabled' WHERE setting = 'captcha';" | /usr/local/mediacp/mysql/bin/mysql --protocol=SOCKET --socket=/usr/local/mediacp/mysql/data/mysql.sock --user=root --password= mediacp >/dev/null 2>&1
  3. The captcha should now be disabled and you can login to the panel
  • Recaptcha, Captcha, Security
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Locating a stations path/directory on your system

The users directory is made up of the following: /usr/local/mediacp/content/user_{Customer...

AutoSSL Error creating new order :: too many certificates already issued

Problem: Error creating new order :: too many certificates (5) already issued for this exact set...

How to Manage and Install Media Plugins

The media plugin manager is a very powerful tool that allows you to enable and disable your...

Cannot login to the MediaCP with valid credentials

If you are unable to login to the MediaCP then there could be several reasons: Captcha...

Why should I upgrade CentOS 7 if it has not reached end of life

While CentOS 7 end-of-life is not until 2024, it was first released in 2014 which makes the...