meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| plugin:recaptchav3 [2021/12/28 08:03] – [Register with Google to use reCAPTCHA] duncanc | plugin:recaptchav3 [2024/05/20 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== reCAPTCHA V3====== | ||
| + | |||
| + | ---- plugin ---- | ||
| + | |||
| + | description: | ||
| + | author | ||
| + | type : | ||
| + | lastupdate : 2021-12-28 | ||
| + | compatible : 3.x | ||
| + | depends | ||
| + | conflicts | ||
| + | similar | ||
| + | tags : spam | ||
| + | |||
| + | sourcerepo : https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | This plugin provides a Google reCAPTCHA V3 field for subscribe pages. See https:// | ||
| + | for information on how reCAPTCHA works. | ||
| + | |||
| + | |||
| + | You can select whether to include reCAPTCHA for each individual subscribe page. | ||
| + | |||
| + | ====== Installation ====== | ||
| + | |||
| + | See the README file on the GitHub page https:// | ||
| + | |||
| + | |||
| + | ====== Configuration ====== | ||
| + | |||
| + | ===== Register with Google to use reCAPTCHA ===== | ||
| + | |||
| + | To use reCAPTCHA you will need to have a Google account (such as a gmail address). | ||
| + | See https:// | ||
| + | |||
| + | The plugin supports the v3 type of reCAPTCHA which has no user interaction. reCAPTCHA calculates a score for each subscription attempt. If the score is lower than a configurable threshold then the subscription attempt is rejected. | ||
| + | |||
| + | See https:// | ||
| + | |||
| + | When registering a new site you need to enter the domain on which phplist is installed, e.g. '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ===== Settings page ===== | ||
| + | On the Settings page you must specify: | ||
| + | |||
| + | * The reCAPTCHA site key and secret key obtained by registering for the reCAPTCHA service. | ||
| + | * The threshold for treating a subscription attempt as spam. | ||
| + | |||
| + | {{: | ||
| + | ===== Subscribe pages ===== | ||
| + | |||
| + | When you create or edit a subscribe page you can select to include reCAPTCHA when that page is displayed. The default is to not include reCAPTCHA. | ||
| + | |||
| + | |||
| + | {{: | ||
| + | ====== Support ====== | ||
| + | Please raise any questions or problems in the user forum https:// | ||