Skip to content
Fredrick Brennan edited this page Apr 18, 2019 · 2 revisions

reCAPTCHA

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>';