[Koha-bugs] [Bug 27600] New: renew_all shouldn't perform a password check

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 3 11:01:05 CET 2021


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

            Bug ID: 27600
           Summary: renew_all shouldn't perform a password check
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: SIP2
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

Authentication should have already taken place at the SIP2 selfcheck machine
prior to the call to renew_all and as such should not require re-checking
within the call itself.

This can cause issues as it's common practice to pass along an empty AD field
in the subsequent SIP requests and that defined but empty field can cause an
error instead of performing the renewal.

We should mimic the code in 'renew' which checks for the patron but does not
check for a correct password.

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