Skip to content

guavestudios/CloudflareTurnstileBundle

Repository files navigation

Contao Cloudflare Turnstile Bundle

This Contao module overrides the default security questions/captcha form field with Cloudflare Turnstile.

Requirements

  • Contao 5.0+
  • PHP 8.1+

Install

$ composer require guave/cloudflareturnstile-bundle

Usage

There are two ways to add the configuration needed:

a) Go to Settings in the Contao Backend and add your Turnstile Site Key and Secret Key under "Security: Cloudflare Turnstile"

or

b) Add your Turnstile Site Key and Secret Key on system/config/localconfig.php:

$GLOBALS['TL_CONFIG']['turnstilePublicKey'] = '<YOUR-SITE-KEY>';
$GLOBALS['TL_CONFIG']['turnstilePrivateKey'] = '<YOUR-SECRET-KEY>';

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages