28 Oct
2025
28 Oct
'25
5:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41094 --- Comment #8 from David Liddle <david.liddle@wycliff.de> --- (In reply to Marcel de Rooy from comment #0)
From a discussion on Mattermost with David Little.
The arguable lines are:
my $fails = C4::Context->preference('FailedLoginAttempts') || 0; $cond->{login_attempts} = [ -and => { '!=' => undef }, { -not_in => [ 0, 1 .. $fails - 1 ] } ];
FYI, that's LIDDLE. -- You are receiving this mail because: You are watching all bug changes.