History log of /plugin/captcha/lang/en/lang.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 563fb566 22-Jan-2026 Andreas Gohr <gohr@cosmocode.de>

Add exponential timeout for failed login attempts

Introduces a configurable brute-force protection mechanism that enforces
increasing wait times between login attempts. The timeout doubles with
each

Add exponential timeout for failed login attempts

Introduces a configurable brute-force protection mechanism that enforces
increasing wait times between login attempts. The timeout doubles with
each failure (e.g., 5s → 10s → 20s → ...) up to a configurable maximum.

New settings:
- logindenial: Base timeout in seconds (0 to disable)
- logindenial_max: Maximum timeout cap (default 1 hour)

The feature works independently of CAPTCHA protection - failed attempts
are tracked per IP using the existing IpCounter mechanism, and users
are shown the remaining wait time when blocked.

show more ...


# 18622736 11-Jan-2022 Andreas Gohr <andi@splitbrain.org>

auto reformat code


# 9d63c05f 14-May-2013 lainme <lainme993@gmail.com>

can translate the honeypot message


# a160c007 29-Apr-2013 Mark Prins <mprins@users.sf.net>

fix typo


# 9e312724 22-Apr-2013 Andreas Gohr <andi@splitbrain.org>

added new 'math' mode


# 42a27035 09-Jan-2007 Andreas Gohr <andi@splitbrain.org>

initial checkin

darcs-hash:20070109215204-7ad00-911102ca792d59b403fea07473621236672a23ee.gz