Captcha
This page explains how to configure reCAPTCHA, hCaptcha, and Cloudflare Turnstile captchas in your client area.
reCAPTCHA (Google)
Step 1: Create a reCAPTCHA project
- Go to the Google reCAPTCHA Admin Console.
- Sign in with your Google account.
- Click the + button to create a new reCAPTCHA project.
Step 2: Configure the project
- Give your project a name.
- Select the type of reCAPTCHA you want to use:
- reCAPTCHA v2: check "I'm not a robot" or "Invisible reCAPTCHA badge".
- reCAPTCHA v3: no direct user interaction.
- Enter the domains where you will use reCAPTCHA.
- Accept the Terms of Service.
Step 3: Retrieve the keys
- Once the project is created, you will receive two keys:
- Site key: to integrate on your HTML pages.
- Secret key: used server-side to validate reCAPTCHA responses.
hCaptcha
Step 1: Create an hCaptcha account
- Go to hCaptcha.
- Create an account or sign in if you already have one.
Step 2: Add a new site
- Access your hCaptcha dashboard.
- Click New site.
- Fill in the site details (site name, domain, etc.).
Step 3: Retrieve the keys
- After adding your site, hCaptcha will provide you with:
- Site key (Sitekey): to integrate hCaptcha on your web pages.
- Secret key: for server-side verification of hCaptcha responses.
Cloudflare Turnstile
Step 1: Create a Cloudflare account
- Go to Cloudflare and create an account (or sign in to an existing account).
Step 2: Add Turnstile to your domain
- Go to the Cloudflare dashboard.
- Select your site under Sites.
- Navigate to Security > Bots > Turnstile.
- Click Create a new Turnstile widget.
Step 3: Retrieve the keys
- Cloudflare will generate two keys for your Turnstile widget:
- Site key: to add Turnstile to your forms.
- Secret key: for validating responses on your server.
Conclusion
You can now add these keys to your client area to activate the captcha of your choice.