]> git.koha-community.org Git - koha.git/commit
Bug 36575: Adjust checkpw_internal to return patron
authorNick Clemens <nick@bywatersolutions.com>
Wed, 24 Apr 2024 15:06:22 +0000 (15:06 +0000)
committerWainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
Fri, 31 May 2024 03:05:15 +0000 (03:05 +0000)
commitde737eb2799b1ea59827123029b3b644e7509210
tree3ddee142bbb255298dadd312cfb6f77082bee141
parent7aa6b04442eacdbef87f8dd71a9f30f284c714e2
Bug 36575: Adjust checkpw_internal to return patron

This patch refactors checkpw_internal to remove the SQL code, use patron ojbects, and return the
patron that correctly matches the userid/caerdnumber when auth is successful

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
C4/Auth.pm