projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a19278c
)
Fix captcha time, which was meant to be 5 minutes
author
Mark Felder
<feld@FreeBSD.org>
Thu, 9 Jan 2020 21:45:46 +0000
(15:45 -0600)
committer
lain
<lain@soykaf.club>
Fri, 10 Jan 2020 11:18:09 +0000
(12:18 +0100)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 1814e770dccfc84ab8f4b8f3534ec7e48e973067..a5d0fb11c6ebe9311c39e9ea2a704e64f7bff01e 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-53,7
+53,7
@@
config :pleroma, Pleroma.Repo,
config :pleroma, Pleroma.Captcha,
enabled: true,
- seconds_valid:
6
0,
+ seconds_valid:
30
0,
method: Pleroma.Captcha.Native
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"