mapkyca/known-recaptcha3

Google Recaptcha3 bot protection for public forms

1.1.2 2019-07-27 10:01 UTC

This package is auto-updated.

Last update: 2024-05-20 14:00:13 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