diff options
author | Ekaterina Vaartis <vaartis@cock.li> | 2018-12-21 00:32:37 +0300 |
---|---|---|
committer | Ekaterina Vaartis <vaartis@cock.li> | 2018-12-21 09:55:47 +0300 |
commit | 336e37d98f1b86c0332c9f260e27455a14714fa6 (patch) | |
tree | d4c0a116eb5f0ca44766fa9419a6a984bea4fd8b /docs/config.md | |
parent | 61a88a6757bc557a370888d288f93681cff9668b (diff) | |
download | pleroma-336e37d98f1b86c0332c9f260e27455a14714fa6.tar.gz |
Make captcha (kocaptcha) stateless
Also rename seconds_retained to seconds_valid since that's how it is
now. Put it down from 180 to 20 seconds. The answer data is now
stored in an encrypted text transfered to the client and back, so no
ETS is needed
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index c35769f21..cfeca8eb4 100644 --- a/docs/config.md +++ b/docs/config.md @@ -168,7 +168,7 @@ Web Push Notifications configuration. You can use the mix task `mix web_push.gen ## Pleroma.Captcha * `enabled`: Whether the captcha should be shown on registration * `method`: The method/service to use for captcha -* `seconds_retained`: The time in seconds for which the captcha is valid (stored in the cache) +* `seconds_valid`: The time in seconds for which the captcha is valid ### Pleroma.Captcha.Kocaptcha Kocaptcha is a very simple captcha service with a single API endpoint, |