diff options
author | vaartis <vaartis@cock.li> | 2018-12-17 06:41:41 +0000 |
---|---|---|
committer | vaartis <vaartis@cock.li> | 2018-12-17 06:41:41 +0000 |
commit | 6e2f64a0a65a2c6fe2aacab164ab0a08341be919 (patch) | |
tree | 47a4609186929c8d58b5032c9e4b3b848c4d238f | |
parent | ef6829382aa32c03cf8536422537a9c219bd0035 (diff) | |
download | pleroma-6e2f64a0a65a2c6fe2aacab164ab0a08341be919.tar.gz |
minutes->seconds_retained in config.md
-rw-r--r-- | config/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.md b/config/config.md index 324f837ce..edabd6e0f 100644 --- a/config/config.md +++ b/config/config.md @@ -167,7 +167,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 -* `minutes_retained`: The time in minutes for which the captcha is valid (stored in the cache) +* `seconds_retained`: The time in seconds for which the captcha is valid (stored in the cache) ### Pleroma.Captcha.Kocaptcha Kocaptcha is a very simple captcha service with a single API endpoint, |