https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41094
--- Comment #8 from David Liddle <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
