Fix captcha time, which was meant to be 5 minutes

This commit is contained in:
Mark Felder 2020-01-09 15:45:46 -06:00 committed by lain
parent a19278c35e
commit 38df2dd60c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ config :pleroma, Pleroma.Repo,
config :pleroma, Pleroma.Captcha,
enabled: true,
seconds_valid: 60,
seconds_valid: 300,
method: Pleroma.Captcha.Native
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"