Recaptcha - WelcomeWinters/gershwin GitHub Wiki
To enable reCAPTCHA, grab a public and private key pair from here and add them to a config file.
$config['recaptcha'] = true;
$config['recaptcha_public'] = '<your public key>';
$config['recaptcha_private'] = '<your private Key>';