You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/control-panel/settings/captcha.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,23 @@
11
11
12
12
**Control Panel Location: `Settings > CAPTCHA`**
13
13
14
-
This section of the Control Panel allows you to set [CAPTCHA](security/captchas.md) preferences for your website.
14
+
This section of the Control Panel allows you to set the [CAPTCHA](security/captchas.md) preferences for your website.
15
15
16
16
## Settings
17
17
18
18
### Require CAPTCHA?
19
19
20
-
If you enable this preference, then site visitors will be required to pass a CAPTCHA to submit any front-end form, including Channel Form, comment forms, and member registrations. If members are logged in, they will not have to enter a CAPTCHA unless the [Require CAPTCHA while logged in?](#require-captcha-while-logged-in) preference is enabled below.
20
+
If you enable this preference, then site visitors will be required to pass a CAPTCHA to submit any front-end form, including Channel Form, comment forms, contact forms, and member registrations. If members are logged in, they will not have to enter a CAPTCHA unless the [Require CAPTCHA while logged in?](#require-captcha-while-logged-in) preference is enabled.
21
+
22
+
### Require CAPTCHA while logged in?
23
+
24
+
If you enable this preference, then even members who are logged in will need to fill out CAPTCHA information in order to post, for example, comments (assuming you've enabled CAPTCHA support for comment posting). If you disable this setting, then members who are logged in will bypass the CAPTCHA check.
25
+
26
+
### Use reCAPTCHA v3?
27
+
28
+
If you enable this preference then the system will use reCAPTCHA v3 in place of the built-in image based solution.
29
+
30
+
## Built-in CAPTCHA Settings
21
31
22
32
### Use TrueType font?
23
33
@@ -27,10 +37,6 @@ If your server supports TrueType Fonts, then you can enable this setting. If you
27
37
28
38
Specify whether to add a random three-digit number to the end of each generated CAPTCHA word. This makes it more difficult for scripts to guess or brute-force the form submission.
29
39
30
-
### Require CAPTCHA while logged in?
31
-
32
-
If you enable this preference, then members who are logged in will need to fill out CAPTCHA information in order to post comments (assuming you've enabled CAPTCHA support for comment posting). If you disable this setting, then members who are logged in can bypass the CAPTCHA check.
33
-
34
40
### CAPTCHA directory
35
41
36
42
The URL to your [CAPTCHA](security/captchas.md) images. In most cases, this will be similar to:
@@ -51,11 +57,7 @@ If you do not know what to use for your full server path, contact your Host or s
51
57
52
58
## reCAPTCHA v3 Settings
53
59
54
-
If you wish to use Google reCAPTCH v3 as a replacement you will need to ensure that the site is set up with Google to gain the required site key and secret. See https://www.google.com/recaptcha/admin/create
55
-
56
-
### Use reCAPTCHA v3?
57
-
58
-
If you enable this preference then the system will use reCAPTCHA v3 in place of the older image based solution.
60
+
If you wish to use (Google reCAPTCHA v3)[https://cloud.google.com/security/products/recaptcha#how-it-works] as a replacement for the built-in functionality, you will need to ensure that the site is set up with Google with the required site key and secret. Note that there is currently a monthly limit on the number of free CAPTCHAs that Google provides. See https://www.google.com/recaptcha/admin/create
0 commit comments