A phpBB 3.3.x extension that integrates Cloudflare Turnstile as a registration and login CAPTCHA provider, for modern bot protection.
Current Version:
1.1.4
( File Size: 35 KB )
Registration and login protection are independent — enable either, both, or neither based on your needs.
ext/ directoryext/icecorp/turnstile/Via ACP → Customise → Extensions → Cloudflare Turnstile:
ext/icecorp/turnstile/ folder via FTP/File Managerext/ directoryext/icecorp/turnstile/Important: You must change the CAPTCHA setting before disabling the extension.
ext/icecorp/turnstile/ folder via FTP/File ManagerIf you have Login Protection set to “Always” and API Failure Behaviour set to “Fail closed” (the default), you can get locked out if your Turnstile keys become invalid or Cloudflare’s API is unreachable.
To recover, run one of these SQL queries via phpMyAdmin or command line:
Disable login protection:
UPDATE phpbb_config SET config_value = '0' WHERE config_name = 'icecorp_turnstile_login_mode';
Or switch to fail-open mode:
UPDATE phpbb_config SET config_value = '1' WHERE config_name = 'icecorp_turnstile_fail_mode';
(Adjust phpbb_ prefix if your database uses a different table prefix.)
phpBB.com Extensions in Development: [3.3][BETA] Cloudflare Turnstile
Changelog available in above phpBB.com link.
Feel free to reach out with feedback and questions using the form below.