Bug 36034: (bug 34893 follow-up) fix capture of return values from checkpw
authorAndreas Jonsson <andreas.jonsson@kreablo.se>
Thu, 8 Feb 2024 10:57:03 +0000 (11:57 +0100)
committerWainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
Wed, 27 Mar 2024 05:30:13 +0000 (05:30 +0000)
commitf79702cc0edeb4a852e683f9890f78f213980e79
tree5a8b48b23203b4541e30d53493bad51876f73eb2
parent808c1874086b85aeb07832a39d45ae4faa6cda2e
Bug 36034: (bug 34893 follow-up) fix capture of return values from checkpw

Adapt code to the change of return value type of checkpw
introduced in bug 34893

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm