[Koha-bugs] [Bug 29783] Account lockout message appears incorrectly for blank userid

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 28 08:46:14 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29783

--- Comment #7 from David Cook <dcook at prosentient.com.au> ---
Looks like the problematic line is gone now... although I think it may have
broken some template variables... 

In this scope, I don't think $patorn is even initialized...
        too_many_login_attempts               => ( $patron and
$patron->account_locked ),
        password_has_expired                  => ( $patron and
$patron->password_expired ),

We seem to fetch the patron object quite a few times in checkauth()...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list