Difference between revisions of "Google reCAPTCHA"
(→Enabling Shopping Cart Checkout Invisible Captcha) |
m (→Captcha Locations) |
||
(19 intermediate revisions by 7 users not shown) | |||
Line 3: | Line 3: | ||
As bots and software have become more sophisticated, a common solution was to make the text more difficult to read, which can result in frustrated and lost potential clients. Google's reCAPTCHA set's out to change that. They have created a system that is easy for people, but hard for bots. By using an advanced and more secure risk analysis engine, humans and bots are more effectively differentiated. | As bots and software have become more sophisticated, a common solution was to make the text more difficult to read, which can result in frustrated and lost potential clients. Google's reCAPTCHA set's out to change that. They have created a system that is easy for people, but hard for bots. By using an advanced and more secure risk analysis engine, humans and bots are more effectively differentiated. | ||
− | The first step in authentication is to ask the user to confirm that they are not a robot by | + | The first step in authentication is to ask the user to confirm that they are not a robot by checking a checkbox. Google's risk analysis engine analyzes how the user checked the checkbox, including how the user responds before, during, and after the action. In cases where the engine cannot confidently differentiate between them, a mobile-friendly verification tool like a CAPTCHA or image selection from a list may appear. |
− | Google reCAPTCHA V2 is available in WHMCS 7.0 and later. | + | * Google reCAPTCHA V2 is available in WHMCS 7.0 and later. |
+ | * Google Invisible reCAPTCHA is available in WHMCS 7.7 and later. | ||
==Enabling Google reCAPTCHA== | ==Enabling Google reCAPTCHA== | ||
− | + | ||
Google's reCAPTCHA may be enabled by following these steps: | Google's reCAPTCHA may be enabled by following these steps: | ||
+ | |||
+ | # Go to the '''[[Security_Tab|Security]]''' tab at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > General Settings''' or, prior to WHMCS 8.0, '''Setup > General Settings'''. | ||
+ | # For '''Captcha Type''', select '''reCAPTCHA v2'''. | ||
+ | # [https://www.google.com/recaptcha/admin Log in to your Google account .] | ||
+ | # Select '''"I’m not a robot" Checkbox'''. | ||
+ | # Enter your domain under the '''domains''' section. | ||
+ | # Accept the Google terms of service. | ||
+ | # Click '''Register''' to finish registering your site and generating your keys. | ||
+ | # Copy the '''Site Key''' and '''Secret Key''' issued by Google and enter them in the fields provided in WHMCS. | ||
+ | # Click '''Save Changes'''. | ||
+ | |||
+ | [[File:captcha_config.png|500px]] | ||
+ | |||
+ | ==Enabling Invisible reCAPTCHA== | ||
+ | To enable the Invisible reCAPTCHA feature for the shopping cart, follow these steps: | ||
+ | [[File:Recaptcha-configuration.png|thumb|reCAPTCHA Key Generation]] | ||
+ | |||
+ | # Go to the '''[[Security Tab|Security]]''' tab at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > General Settings''' or, prior to WHMCS 8.0, '''Setup > General Settings'''. | ||
+ | # For '''Captcha Type''', select '''Invisible reCAPTCHA'''. | ||
+ | # [https://www.google.com/recaptcha/admin Log in to your Google account .] | ||
+ | # Enter a label for your key. | ||
+ | # Select '''reCAPTCHA v2'''. | ||
+ | # Select '''Invisible reCAPTCHA badge'''. | ||
+ | # Enter your domain under the '''domains''' section. | ||
+ | # Accept the Google terms of service. | ||
+ | # Click '''Register''' to finish registering your site and generating your keys. | ||
+ | # Copy the '''Site Key''' and '''Secret Key''' issued by Google and enter them in the fields provided in WHMCS. | ||
+ | # Click '''Save Changes'''. | ||
− | + | ==Captcha Locations== | |
− | + | <div class="docs-alert-info"><i class="fa fa-question-circle"></i> This page describes a feature available in version 7.7 and above</div> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | You can choose which forms have a captcha enabled on them by checking the appropriate boxes in "Captcha for Select Forms". The following options are available: | |
− | + | * Shopping Cart Checkout - On checkout in the Client Area | |
+ | * Domain Checker - The homepage domain checker, and on the Register or Transfer domain pages in the cart | ||
+ | * Client Registration - register.php | ||
+ | * Contact Form - contact.php | ||
+ | * Ticket Submission - When submitting a ticket | ||
+ | * Login Forms - Admin and Client login forms | ||
− | == | + | ==Troubleshooting== |
− | + | ===Invalid Site Key/I can't login=== | |
− | + | If the site key specified under General Settings isn't valid for some reason and is preventing logins to the admin area to correct it, it will be necessary to disable reCAPTCHA manually via the database (setting "Captcha Form Protection " to "Always Off" temporarily to resolve this. Please take a backup of the database and then run the following SQL query using a tool like phpMyAdmin to do so: | |
− | + | <source lang="sql"> | |
− | + | UPDATE tblconfiguration SET value = '' WHERE setting = 'CaptchaSetting'; | |
− | + | </source> | |
− |
Latest revision as of 20:11, 31 October 2023
Differentiating between humans and bots (computers) is an ever-changing and more challenging task. A number of solutions have been implemented, typically involving increasing obscured text and numbers or images, such as the default 5 character verification of WHMCS.
As bots and software have become more sophisticated, a common solution was to make the text more difficult to read, which can result in frustrated and lost potential clients. Google's reCAPTCHA set's out to change that. They have created a system that is easy for people, but hard for bots. By using an advanced and more secure risk analysis engine, humans and bots are more effectively differentiated.
The first step in authentication is to ask the user to confirm that they are not a robot by checking a checkbox. Google's risk analysis engine analyzes how the user checked the checkbox, including how the user responds before, during, and after the action. In cases where the engine cannot confidently differentiate between them, a mobile-friendly verification tool like a CAPTCHA or image selection from a list may appear.
- Google reCAPTCHA V2 is available in WHMCS 7.0 and later.
- Google Invisible reCAPTCHA is available in WHMCS 7.7 and later.
Contents
Enabling Google reCAPTCHA
Google's reCAPTCHA may be enabled by following these steps:
- Go to the Security tab at Configuration () > System Settings > General Settings or, prior to WHMCS 8.0, Setup > General Settings.
- For Captcha Type, select reCAPTCHA v2.
- Log in to your Google account .
- Select "I’m not a robot" Checkbox.
- Enter your domain under the domains section.
- Accept the Google terms of service.
- Click Register to finish registering your site and generating your keys.
- Copy the Site Key and Secret Key issued by Google and enter them in the fields provided in WHMCS.
- Click Save Changes.
Enabling Invisible reCAPTCHA
To enable the Invisible reCAPTCHA feature for the shopping cart, follow these steps:
- Go to the Security tab at Configuration () > System Settings > General Settings or, prior to WHMCS 8.0, Setup > General Settings.
- For Captcha Type, select Invisible reCAPTCHA.
- Log in to your Google account .
- Enter a label for your key.
- Select reCAPTCHA v2.
- Select Invisible reCAPTCHA badge.
- Enter your domain under the domains section.
- Accept the Google terms of service.
- Click Register to finish registering your site and generating your keys.
- Copy the Site Key and Secret Key issued by Google and enter them in the fields provided in WHMCS.
- Click Save Changes.
Captcha Locations
You can choose which forms have a captcha enabled on them by checking the appropriate boxes in "Captcha for Select Forms". The following options are available:
- Shopping Cart Checkout - On checkout in the Client Area
- Domain Checker - The homepage domain checker, and on the Register or Transfer domain pages in the cart
- Client Registration - register.php
- Contact Form - contact.php
- Ticket Submission - When submitting a ticket
- Login Forms - Admin and Client login forms
Troubleshooting
Invalid Site Key/I can't login
If the site key specified under General Settings isn't valid for some reason and is preventing logins to the admin area to correct it, it will be necessary to disable reCAPTCHA manually via the database (setting "Captcha Form Protection " to "Always Off" temporarily to resolve this. Please take a backup of the database and then run the following SQL query using a tool like phpMyAdmin to do so:
UPDATE tblconfiguration SET value = '' WHERE setting = 'CaptchaSetting';