History log of /plugin/captcha/ (Results 26 – 50 of 222)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c3064c7127-Aug-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

64382f2927-Aug-2022 Andreas Gohr <andi@splitbrain.org>

use $INPUT for access to $_SERVER. fixes #131

a2e6487f04-Aug-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

63609b6e04-Aug-2022 Andreas Gohr <andi@splitbrain.org>

fix audio captcha. closes #115

It seems browsers pass different accept-encoding headers now for the
audio request, breaking auth_browseruid()

c0439b0304-Aug-2022 Andreas Gohr <andi@splitbrain.org>

fix form handling

The recent login protect change actually influenced all forms instead
only applying to the login form

5835fd1e25-Jul-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

31c8e2bd25-Jul-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 disp

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

show more ...

bba1c5e717-Apr-2022 Iliya <iliyabylich04@gmail.com>

translation update

0d9d341026-Jan-2022 piano <linyixuan2019@hotmail.com>

translation update

79294d9b16-Jan-2022 AloisT <tiefenbrunner@outlook.com>

translation update

dc27063c11-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

4a72120e11-Jan-2022 LORTET <v@lortet.fr>

translation update

969b14c411-Jan-2022 Andreas Gohr <andi@splitbrain.org>

added bruteforce protection on login

The new default for protecting the login now takes failed logins from
the originating IP into account.

1862273611-Jan-2022 Andreas Gohr <andi@splitbrain.org>

auto reformat code

ec1f604b12-Dec-2021 Innova Didactic <tecnic@innovadidactic.com>

translation update

e591cf6209-Dec-2021 Innova Didactic <tecnic@innovadidactic.com>

translation update

58df3c2210-Nov-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

1c08a51c10-Nov-2021 Andreas Gohr <andi@splitbrain.org>

add compatibility for new FORM_* events

d2487dec22-Jul-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

4c488e7122-Jul-2021 Andreas Gohr <andi@splitbrain.org>

update tests

39bbdaef22-Jul-2021 Andreas Gohr <andi@splitbrain.org>

fix deprecated use of curly braces

a2c5021304-Mar-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

9efb703b27-Feb-2021 Stefan Bethke <stb@lassitu.de>

In the registration form, I've picked "question" and added HTML to the question, to link to the answer (because the question is kind of arcane). However, clicking the link does nothing. Inspecting th

In the registration form, I've picked "question" and added HTML to the question, to link to the answer (because the question is kind of arcane). However, clicking the link does nothing. Inspecting the page, I found JS code that tries to extract the link to the audio snipped from an anchor tag, and then attaches a hander to the anchor that starts playing the audio and stop event processing. About line 16 in script.js

This change makes the JS code more specific.

show more ...

fc34826b05-Oct-2020 qezwan <qezwan@gmail.com>

translation update

1956335108-Jun-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Curly braces changed to brackets

123456789