mapkyca / known-recaptcha3
Google Recaptcha3 bot protection for public forms
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:known-plugin
Requires
- php: >=7.0
- composer/installers: ~1.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-20 14:46:22 UTC
README
This plugin adds Recaptcha3 bot blocking support to certain public pages - register, logged out comments, and login.
It works by extending the forms/input/captcha
template, and is extensible to add your own protected views and bot thresholds (by default everything has a threshold of 0.5)
Installation
- Download the latest version of Known. I recommend that you either use the GitHub version or the Unofficial packages available from my website.
- Create an Recaptcha3 directory in your
IdnoPlugins
directory, and copy these files into it. - Activate it from the Admin panel.
or
composer require mapkyca/known-recaptcha3
Configuration
Once you've installed and activated the plugin, go here to get your recaptcha3 tokens, and configure these in your admin page.
You can set custom threshold values in your config.ini
, but at time of writing there's no UI for these.
See
- Author: Marcus Povey