Skip to content
Snippets Groups Projects
Commit 10ce7185 authored by lain's avatar lain
Browse files

Merge branch 'increase-captcha-expiry-time' into 'develop'

Increase CAPTCHA expiration time to 5 minutes

Closes #1491

See merge request pleroma/pleroma!2086
parents c51e9397 b012e66e
Branches
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment