Feb
05
2016
Disable reCaptcha module manually
By abernal
In order to disable the reCaptcha module manually, follow this process
1. Get into the databas and execute this query
UPDATE system SET status = 0 WHERE name = "recaptcha";
2. Clear the cache, if possible with drush
drush cache-clear
3. Clear the cache, through SQL