diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-12-17 12:36:56 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-12-17 12:36:56 +0300 |
commit | 45180d4c6058f790475d8ff28018c912db105082 (patch) | |
tree | b05758d7551ddfcc3b607538720f81db86b44ca9 /docs/configuration/cheatsheet.md | |
parent | eb11c6028973b945361095d3f4791ac6f61379a9 (diff) | |
parent | 38ad407395e838ddf1c11922806adc080af44d36 (diff) | |
download | pleroma-45180d4c6058f790475d8ff28018c912db105082.tar.gz |
Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index ef2711e3c..ce2a14210 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -379,13 +379,19 @@ For each pool, the options are: ## Captcha ### Pleroma.Captcha + * `enabled`: Whether the captcha should be shown on registration. * `method`: The method/service to use for captcha. * `seconds_valid`: The time in seconds for which the captcha is valid. ### Captcha providers +#### Pleroma.Captcha.Native + +A built-in captcha provider. Enabled by default. + #### Pleroma.Captcha.Kocaptcha + Kocaptcha is a very simple captcha service with a single API endpoint, the source code is here: https://github.com/koto-bank/kocaptcha. The default endpoint `https://captcha.kotobank.ch` is hosted by the developer. |