bug 9611: use checkpw_hash() instead of md5 hash for SIP2 logins
authorSrdjan <srdjan@catalyst.net.nz>
Mon, 26 Aug 2013 05:01:20 +0000 (17:01 +1200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 23:01:46 +0000 (23:01 +0000)
commit12643aa745e3d7a49c4a42e3e5fed4e6910e12a2
treefabddd06b6af96492d2245a563c93de0b55fe9d3
parent328a285575e0c6069665439cd7ab16142984fac6
bug 9611: use checkpw_hash() instead of md5 hash for SIP2 logins

Test:

* SIP: Have an old user and create a new user
- use either tenet sip test or
  C4/SIP/interactive_patron_check_password.pl to check old
  userid/password
- do the same for the new user

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described

Test
1) using perl C4/SIP/interactive_patron_check_password.pl
can check current (short) and new (long) passwords

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/SIP/ILS/Patron.pm