aboutsummaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-01-03 17:04:27 +0000
committerrinpatch <rinpatch@sdf.org>2019-01-03 17:04:27 +0000
commitb73a1a33de76dc848037a5d0e951866bd21f92c4 (patch)
tree1427325f5fa0e386a4b1c210d32b243248f0b266 /docs/config.md
parent9ef664ffceed15727fd185c4c119025d0ee21e30 (diff)
parent816db3f494c6fcc60d0a700dfc473a9cc49c84a0 (diff)
downloadpleroma-b73a1a33de76dc848037a5d0e951866bd21f92c4.tar.gz
Merge branch 'captcha' into 'develop'
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index f4bcae3fd..1c3219efe 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -172,7 +172,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,