[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-26-g3cd0ac2

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 09:55:50 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.22.x has been updated
       via  3cd0ac25fa7f3bc4aa60d2b4b24f0ddd05839606 (commit)
      from  8d9a4841e4be97f53c94282f08f0e53bdaf6487f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3cd0ac25fa7f3bc4aa60d2b4b24f0ddd05839606
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 27 12:42:17 2016 +0000

    Bug 16610 - Regression in SIP2 user password handling
    
    Previous to bug 14507, SIP2 only did internal authentication. A change
    to the way we check empty passwords has caused any empty password to
    send back a CQ of Y. Previous to that patch set, a CQ of Y would only be
    sent back of the patron password column was NULL. Now, an empty AD field
    *always* returns a CQ of Y.
    
    Test Plan:
    1) Send a patron information request with an empty AD field
       Note: You must send the AD field or you won't get back a CQ field
    2) Note you get back a CQ of Y
    3) Apply this patch
    4) Repeat step 1
    5) Note you now get back a CQ of N
    
    Signed-off-by: Trent Roby <troby at bclib.info>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 71f0370ddde0d8b8e2a666a091081186fb6531e8)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 66c9ef12c16efeebf78e3a98be7b2ccc42d14e7a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/SIP/ILS/Patron.pm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list