Skip to content

Commit fca8843

Browse files
author
AJ ONeal
committed
note dependency on ENABLE_CAPTCHA
1 parent fba60a7 commit fca8843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
215215
provided email rather than a generated email.
216216
- `ENABLE_CAPTCHA`: **false**: Enable this to use captcha validation for registration.
217217
- `REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA`: **false**: Enable this to force captcha validation
218-
even for External Accounts (i.e. GitHub, OpenID Connect, etc).
218+
even for External Accounts (i.e. GitHub, OpenID Connect, etc). You must `ENABLE_CAPTCHA` also.
219219
- `CAPTCHA_TYPE`: **image**: \[image, recaptcha\]
220220
- `RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
221221
- `RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.
@@ -401,7 +401,7 @@ NB: You must `REDIRECT_MACARON_LOG` and have `DISABLE_ROUTER_LOG` set to `false`
401401

402402
## Metrics (`metrics`)
403403

404-
- `ENABLED`: **false**: Enables /metrics endpoint for prometheus.
404+
- `ENABLED`: **false**: Enables /metrics endpoint for prometheus.
405405
- `TOKEN`: **\<empty\>**: You need to specify the token, if you want to include in the authorization the metrics . The same token need to be used in prometheus parameters `bearer_token` or `bearer_token_file`.
406406

407407
## API (`api`)

0 commit comments

Comments
 (0)