Bug 29924: Update ILSDI to be aware of expired passwords
authorNick Clemens <nick@bywatersolutions.com>
Wed, 23 Mar 2022 15:58:30 +0000 (15:58 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 6 May 2022 20:33:09 +0000 (10:33 -1000)
commit9047dfce55c325b495ae883d7a41721706f22ef3
tree8c3811f3ecf04d75f6f9aaba297e3ea5321c86bb
parent7709b2cddf1540bf5a6053a07dec012ad8dc2512
Bug 29924: Update ILSDI to be aware of expired passwords

To test:
1 - Enable ILSDI
2 - Set a patron password with expired password
3 - http://localhost:8080/cgi-bin/koha/ilsdi.pl?service=AuthenticatePatron&username=usernam&password=password
4 - Confirm 'PasswordExpired' returned

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Auth.pm
C4/ILSDI/Services.pm
t/db_dependent/Auth.t
t/db_dependent/ILSDI_Services.t