meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin:recaptcha [2018/05/22 09:35] – [Installation] duncanc | plugin:recaptcha [2024/05/20 00:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== reCAPTCHA ====== | ||
+ | |||
+ | ---- plugin ---- | ||
+ | |||
+ | description: | ||
+ | author | ||
+ | type : | ||
+ | lastupdate : 2016-12-01 | ||
+ | compatible : 3.x | ||
+ | depends | ||
+ | conflicts | ||
+ | similar | ||
+ | tags : spam | ||
+ | |||
+ | sourcerepo : https:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | This plugin provides a Google reCAPTCHA field for subscribe pages. See https:// | ||
+ | for information on how reCAPTCHA works. | ||
+ | {{: | ||
+ | |||
+ | |||
+ | You can select whether to include reCAPTCHA for each individual subscribe page. | ||
+ | |||
+ | If you specify a language for a subscribe page then the reCAPTCHA widget will be displayed in that language. Otherwise the widget will be displayed in the default language (probably the language indicated by the browser). | ||
+ | |||
+ | See the [[https:// | ||
+ | ====== Installation ====== | ||
+ | |||
+ | See the README file on the GitHub page https:// | ||
+ | |||
+ | ===== Translations ===== | ||
+ | |||
+ | The text displayed by the plugin can be translated into other languages. See the file plugins/ | ||
+ | |||
+ | To create a new language file, copy translations_en.php to translations_xx.php, | ||
+ | |||
+ | You can share your new language file by submitting it for inclusion in the plugin. Please create a topic in the user forum or an issue on GitHub. | ||
+ | |||
+ | ====== 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 only the v2 " | ||
+ | {{: | ||
+ | |||
+ | ===== Settings page ===== | ||
+ | On the Settings page you must specify: | ||
+ | |||
+ | * The reCAPTCHA site key and secret key obtained by registering for the reCAPTCHA service. | ||
+ | * The method to be used for requests to the reCAPTCHA service. | ||
+ | {{: | ||
+ | ===== 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. You can also select the theme to be used for the reCAPTCHA widget and the size of the widget. | ||
+ | |||
+ | |||
+ | {{: | ||
+ | ====== Support ====== | ||
+ | Please raise any questions or problems in the user forum https:// | ||