Merge branch 'fix/captcha-time' into 'develop'
Fix captcha time, which was meant to be 5 minutes See merge request pleroma/pleroma!2094
This commit is contained in:
commit
e118d639a0
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
config :pleroma, Pleroma.Captcha,
|
config :pleroma, Pleroma.Captcha,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
seconds_valid: 3000,
|
seconds_valid: 300,
|
||||||
method: Pleroma.Captcha.Native
|
method: Pleroma.Captcha.Native
|
||||||
|
|
||||||
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
|
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
|
||||||
|
|
Loading…
Reference in New Issue