💼
Recruit
  • Introduction
  • Features
  • 🚀GETTING STARTED
    • Server Requirements
    • Installation
      • Using Git Clone
      • Using Docker
    • Environment Variables
    • Database
      • Migration
      • Seed
  • 🔐Security
    • Authentication
    • Authorization
  • 👀Others
    • Server Sendmail
    • Form Captcha
  • ⚓Links
    • Source Code
    • Version Release
    • Update Docs
Powered by GitBook
On this page
  • New Sites
  • Existing sites
Edit on GitHub
  1. Others

Form Captcha

PreviousServer Sendmail

Last updated 1 year ago

By default, the form is using a development captcha which is always return solved. This need to be updated by supplying the key.

New Sites

  1. Log in to the and select your account.

  2. Go to Turnstile.

  3. Select Add a site and fill out the form.

  4. Copy your sitekey and secret key.

  5. update your .env file for the TURNSTILE_SITE_KEY and TURNSTILE_SECRET_KEY

TURNSTILE_SITE_KEY=3x00000000000000000000FF
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA

Existing sites

  1. Log in to the and select your account.

  2. Go to Turnstile.

  3. In the widget overview, select Settings.

  4. Copy your sitekey and secret key.

  5. update your .env file for the TURNSTILE_SITE_KEY and TURNSTILE_SECRET_KEY

TURNSTILE_SITE_KEY=3x00000000000000000000FF
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA


If you want to use Google ReCaptcha, follow the instruction below

  1. Update the default captcha value by update the captcha_provider_name to Google .

    1. go to Config folder

    2. find recruit.php file and update the captcha_provider_name .

👀
Cloudflare dashboard
Cloudflare dashboard