If Google Recaptcha is configured incorrectly it may restrict users from logging into the MediaCP. You can solve this issue by disabling the captcha.
- Login to SSH as root user
- 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
- The captcha should now be disabled and you can login to the panel