Home
last modified time | relevance | path

Searched hist:"31 c8e2bd96f192966ad30320d923903ad88fa46e" (Results 1 – 1 of 1) sorted by relevance

/plugin/captcha/
H A Daction.php31c8e2bd96f192966ad30320d923903ad88fa46e Mon Jul 25 11:06:46 UTC 2022 Andreas Gohr <andi@splitbrain.org> fix failed login counter. closes #129

Fixes two problems:

* every request was counted as a failed login because $_REQUEST[u] is
nearly always set (to an empty string)
* the captcha entry was displayed one request too late, because the
event registration happened before the login fail counting