Files
aslichan/docs/config/recaptcha.md
2019-04-18 19:52:50 +08:00

373 B

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