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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 15 Feb 2024 09:46:38 +0000 (10:46 +0100)
commitf195037f8f0d08f346e37ff2cd6dbee03e3867d9
tree4cb617011a0945a5b46da5a5fea84b4671d11ee4
parent8f78332630b818d4ba374c35d13b2b9d6ee044d6
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 5f9e9e5df2377dd3b9e47354e9eee147bc048792)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Auth.pm