Google reCAPTCHA
To separate humans from spam bots, Google reCAPTCHA can be used before submission of forms such as on your Jadu Central login page.
Navigating to the Google reCAPTCHA area
- Click the Settings icon in the left navigation bar. The Settings menu will open.
- Click the Integrations link in the first group of links. A list of integrations will now be shown.
- Click the Google reCAPTCHA option in the list of integrations. The Google reCAPTCHA integration form will open.
Google reCAPTCHA fields
Field | Notes | Required? |
---|---|---|
Public Key | Site Key provided in the reCAPTCHA site. | ✅ |
Private Key | Secret Key provided in the reCAPTCHA site. | ✅ |
Version | Version of reCAPTCHA (Jadu recommends using v2). |
note
To enable reCAPTCHA use on your application login page, you must enable rate limiting by setting the constant CC_LOGIN_RATELIMIT_ENABLED to true
.
tip
You can sign up for Google reCAPTCHA API keys on the www.google.com website.