diff --git a/public_html/admin/plugins/recaptcha/docs/english/config.html b/public_html/admin/plugins/recaptcha/docs/english/config.html index 9c88cf40c..3acd3db1c 100644 --- a/public_html/admin/plugins/recaptcha/docs/english/config.html +++ b/public_html/admin/plugins/recaptcha/docs/english/config.html @@ -8,6 +8,18 @@
+Geeklog's reCAPTCHA plugin supports both reCAPTCHA v2 and Invisible reCAPTCHA. Both will require you to setup on the Google reCAPTCHA website (https://www.google.com/recaptcha/admin/create). You will need to create an account and add your site and create a site key and a secret key to be able to use the free service.
+ +reCAPTCHA v2 requires the user to click a checkbox indicating the user is not a robot. This will either pass the user immediately (with No CAPTCHA) or challenge them to validate whether or not they are human.
+ +Unlike reCAPTCHA v2, 'Invisible reCAPTCHA' does not require the user to click on a checkbox, instead it is invoked directly when the user clicks on an existing button on your site. By default only the most suspicious traffic will be prompted to solve a captcha. To alter this behavior edit your site security preference under advanced settings on the Google reCAPTCHA website.
+ +For more information on the different reCAPTCHA types please go to https://developers.google.com/recaptcha/docs/versions.
+Variable | -Default Value | -Description | -|
---|---|---|---|
anonymous_only | No | @@ -77,65 +79,75 @@No | If you set this to Yes, reCAPTCHA will be forced upon all Remote Users. |
Variable | +Default Value | +Description | +||
---|---|---|---|---|
enable_comment | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for comments. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for comments. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_contact | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for contact. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for contact. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_emailstory | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for emailing a story. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for emailing a article. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_forum | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for the Forum plugin. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for the Forum plugin. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_registration | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for user registration. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for user registration. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_mediagallery | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for the Mediagallery plugin. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for the Mediagallery plugin. invisible reCAPTCHA is currently not supported by the Mediagallery plugin. |
enable_rating | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for the Rating plugin. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for the Rating plugin. invisible reCAPTCHA is currently not supported by the Rating plugin. |
enable_story | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for submitting a story. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for submitting a article. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_calendar | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for the Calendar plugin. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for the Calendar plugin. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_links | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for the Links plugin. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for the Links plugin. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_getpassword | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for Forget Password Form. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for Forget Password Form. If set to invisible reCAPTCHA, the invisible version will be used. |
enable_loginform | -Yes | -If you set this to Yes, reCAPTCHA will be enabled for Login Form. | +reCAPTCHA v2 | +If you set this to reCAPTCHA v2, reCAPTCHA (version 2) will be enabled for Login Form. If set to invisible reCAPTCHA, the invisible version will be used. |