Basic directions on how to add ReCaptcha functionality to your Instance.
- Get a ReCaptcha key from https://google.com/recaptcha
- Uncomment the lines in
php-config/ReCaptcha.config.php
and add your keys where defined - Uncomment the appropriate lines in
php-config/Emergence/People/RegistrationRequestHandler.config.php
for the ReCaptcha - Uncomment the appropriate lines in
templates/register/register.tpl
(they are towards the bottom) - Test and ensure that the ReCaptcha is working as expected