]> 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)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 20 Jun 2024 15:55:34 +0000 (17:55 +0200)
commiteeb0f396860f958c255288d8d560be927aaf7466
treee0f70276171003092662b43f2a91715f903b7029
parentb885cf8f8fdb2f3a8d2be75468ef19f587784b4a
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: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Auth.pm