]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 3 Jun 2024 15:10:14 +0000 (15:10 +0000)
commitf6493056b95392fbbef47e352aa5f18f1a16f342
tree514ae71d4a6e54a206eeba944666f0e648d18ca8
parent735a48c36b3e43cdcf9c7be301a867f1bbd37fcc
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: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth.pm