reCAPTCHA on Create

Learn how to use Google's reCAPTCHA to help prevent malicious site creations.

1. Enable reCAPTCHA

Update the reCAPTCHA settings in .env to get started using reCAPTCHA in Respond. Google's reCAPTCHA tool requires you to sign up and generate a site and secret key for your site. You must specify your domain for the tool to work. Sign up for reCAPTCHA on the Google site: google.com/recaptcha

Variable Description
RECAPTCHA_SITE_KEY The site key for reCAPTCHA.
RECAPTCHA_SECRET_KEY The secret key for reCAPTCHA.