Bug 22692: Check for patron using cardnumber and userid
authorNick Clemens <nick@bywatersolutions.com>
Fri, 12 Apr 2019 01:23:34 +0000 (01:23 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 2 May 2019 13:39:06 +0000 (13:39 +0000)
commit456a7ae6d452a4a805b521f0123c666bb8e84085
tree434414ae81e7736465a8f5af1aa92e256e86df2f
parent30de51fa0c707322ce95a318df72ec5d7b5d3eb0
Bug 22692: Check for patron using cardnumber and userid

TO test:
1 - Set failed login attempts to 1
2 - Attempt a login with a userid and bad password, no success
3 - Attempt a login with userid and correct password, prevented because
locked
4 - Attempt a login with cardnumber and right password, you are logged
in
5 - Log out, try again with userid and correct password, prevented
because locked?
6 - Apply patch
7 - Repeat 1-3 to lock account
8 - Attempt logging in with cardnumber, you are prevented

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Auth.pm