Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 96b3439

Browse files
committed
docs: fix recaptcha protectedActions list
1 parent b9fe7fa commit 96b3439

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/content/integrations/recaptcha.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Copy the corresponding values from Google into `recaptcha.siteKey` and `recaptch
77
You must also configure `recaptcha.protectedActions` as a list of strings specifying which actions require a reCAPTCHA.
88

99
Valid protected action values are:
10-
- `register`
11-
- `recover`
12-
- `setEmail`
10+
11+
* `register`
12+
* `recover`
13+
* `setEmail`
1314

1415
For example, to prevent automated registration and recovery, use:
1516

0 commit comments

Comments
 (0)