Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapkyca/known-recaptcha3
Recaptcha3 support for Known
https://github.com/mapkyca/known-recaptcha3
Last synced: 7 days ago
JSON representation
Recaptcha3 support for Known
- Host: GitHub
- URL: https://github.com/mapkyca/known-recaptcha3
- Owner: mapkyca
- Created: 2019-04-19T17:49:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T10:01:55.000Z (over 5 years ago)
- Last Synced: 2024-08-07T17:30:30.746Z (3 months ago)
- Language: PHP
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Known Recaptcha3 Bot blocking support
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](https://github.com/idno/known) version or the [Unofficial packages](https://www.marcus-povey.co.uk/known) 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](https://g.co/recaptcha/v3) 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](https://www.marcus-povey.co.uk)