Configure Google reCAPTCHA for external user self-registration
To use the Google reCAPTCHA service, you must request an API key pair from Google and then configure the related system properties.
Before you begin
- Request an API key pair (a site key and a secret) from Google at https://www.google.com/recaptcha.
- Role required: external_user_self_registration_admin
About this task
Procedure
Navigate to All > System Properties > All Properties.
Search for the following properties and set the values:
| Property | Value |
|---|---|
| glide.user.registration.google.recaptcha.secret | The secret authorizes communication between the application and the reCAPTCHA server. Type: password2 |
| glide.user.registration.google.recaptcha.site\_key | The site key used to invoke the reCAPTCHA service on your registration page. Type: string |
| glide.user.registration.captcha.widget | The Sys\_ID of the Captcha Widget. Type: String |