Zum Hauptinhalt springen

CAPTCHA

The CAPTCHA service is a key security feature that helps protect your Construct projects from automated abuse, spam, and bot attacks by verifying that actions are being performed by real users. By configuring CAPTCHA settings, you can add an extra layer of protection to your application’s authentication process.

hinweis

By default, no CAPTCHA configuration is set. It can be enabled in two ways.

Add CAPTCHA

For Google reCAPTCHA

  1. Go to the Google reCAPTCHA website.
  2. Enter your domain in the corresponding field.
  3. Click the Submit/Send button.
  4. Once registered, you will receive a Site Key and a Secret Key .
  5. Go to Core Services → CAPTCHA in Blocks Cloud under IAM section.
  6. Click Add Configuration .
  7. Select reCAPTCHA from the dropdown menu.
  8. Enter the Site Key and Secret Key collected from Google.
  9. Click Save to complete the setup.

Captcha

For hCaptcha

  1. Go to Core Services → CAPTCHA .
  2. Click Add Configuration .
  3. Select hCaptcha from the dropdown menu.
  4. Enter the required Site Key and Secret Key .
  5. Click Save to apply the configuration.

Captcha

Notes

  • A single provider (e.g., reCAPTCHA or hCaptcha) can only be configured once.
  • Only one CAPTCHA can be enabled at a time.