[Koha-bugs] [Bug 28822] SIP logins add to login attempts?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 6 11:42:06 CEST 2021


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

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
ILS/Patron.pm:sub check_password {
ILS/Patron.pod: $str = $patron->check_password($password);
ILS/Patron.pod:=head2 C<$bool = $patron-E<gt>check_password($password);>
Sip/MsgType.pm:            $password_rc = $patron->check_password($patron_pwd);
Sip/MsgType.pm:                $resp .= add_field( FID_VALID_PATRON_PWD,
sipbool( $patron->check_password( $fields->{ (FID_PATRON_PWD) } ) ), $server );
Sip/MsgType.pm:                $password_rc =
$patron->check_password($patron_pwd);
Sip/MsgType.pm:        if ( !defined($patron_pwd) ||
$patron->check_password($patron_pwd) ) {
Sip/MsgType.pm:            $resp .= add_field( FID_VALID_PATRON_PWD, sipbool(
$patron->check_password($patron_pwd) ), $server );

build patron status
handle checkout
handle_patron_info
handle_patron_enable CALLED twice

-- 
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