Increase CAPTCHA expiration time to 5 minutes
This commit is contained in:
parent
c51e93978e
commit
b012e66e4e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
config :pleroma, Pleroma.Captcha,
|
||||
enabled: true,
|
||||
seconds_valid: 60,
|
||||
seconds_valid: 3000,
|
||||
method: Pleroma.Captcha.Native
|
||||
|
||||
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
|
||||
|
|
Loading…
Reference in a new issue