29 Oct
2025
29 Oct
'25
11:02 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41094 --- Comment #13 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Liddle from comment #8)
(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.
Sorry, failed_name_attempt++ -- You are receiving this mail because: You are watching all bug changes.