diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-11 22:29:31 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-12 17:39:39 +0700 |
commit | e53679698424a7d58c308c21d466b07e34e8c3e9 (patch) | |
tree | b81b4ab121df013ccf9c2f4949be01881c02a049 /docs/configuration/cheatsheet.md | |
parent | 79532a7f7c91f30a738d9c7a3b429b27c29a782d (diff) | |
download | pleroma-e53679698424a7d58c308c21d466b07e34e8c3e9.tar.gz |
Add native captcha and enable it by default.
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. |