From a733d2c38d0773a2077be78992e84651af4fb9f8 Mon Sep 17 00:00:00 2001 From: Tom Homer Date: Fri, 25 May 2018 13:26:36 -0400 Subject: [PATCH] Updated config docs for reCAPTCHA --- .../recaptcha/docs/english/config.html | 80 +++++++++++-------- 1 file changed, 46 insertions(+), 34 deletions(-) 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 @@ +

reCAPTCHA Types

+ +

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

+

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.

+ +

Invisible reCAPTCHA

+

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.

+

reCAPTCHA® Plugin Configuration

System

@@ -57,16 +69,6 @@

System

(recaptcha.log). - - -

Integration

- - - - - - - @@ -77,65 +79,75 @@

Integration

+
VariableDefault ValueDescription
anonymous_only No No If you set this to Yes, reCAPTCHA will be forced upon all Remote Users.
+ +

Integration

+ + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
VariableDefault ValueDescription
enable_commentYesIf you set this to Yes, reCAPTCHA will be enabled for comments.reCAPTCHA v2If 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_contactYesIf you set this to Yes, reCAPTCHA will be enabled for contact.reCAPTCHA v2If 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_emailstoryYesIf you set this to Yes, reCAPTCHA will be enabled for emailing a story.reCAPTCHA v2If 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_forumYesIf you set this to Yes, reCAPTCHA will be enabled for the Forum plugin.reCAPTCHA v2If 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_registrationYesIf you set this to Yes, reCAPTCHA will be enabled for user registration.reCAPTCHA v2If 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_mediagalleryYesIf you set this to Yes, reCAPTCHA will be enabled for the Mediagallery plugin.reCAPTCHA v2If 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_ratingYesIf you set this to Yes, reCAPTCHA will be enabled for the Rating plugin.reCAPTCHA v2If 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_storyYesIf you set this to Yes, reCAPTCHA will be enabled for submitting a story.reCAPTCHA v2If 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_calendarYesIf you set this to Yes, reCAPTCHA will be enabled for the Calendar plugin.reCAPTCHA v2If 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_linksYesIf you set this to Yes, reCAPTCHA will be enabled for the Links plugin.reCAPTCHA v2If 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_getpasswordYesIf you set this to Yes, reCAPTCHA will be enabled for Forget Password Form.reCAPTCHA v2If 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_loginformYesIf you set this to Yes, reCAPTCHA will be enabled for Login Form.reCAPTCHA v2If 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.