commit f58e802b4bdf3b31033314d1efad32a177e98b09 parent cd4053c769e751d8647a98e18c3cea8dd182362f Author: ms <ms@taler.net> Date: Fri, 17 Sep 2021 18:13:01 +0200 same, at Nexus Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/Auth.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Auth.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Auth.kt @@ -28,7 +28,7 @@ fun authenticateRequest(request: ApplicationRequest): NexusUserEntity { LibeufinErrorCode.LIBEUFIN_EC_AUTHENTICATION_FAILED ) } - CryptoUtil.checkPwOrThrow(password, username) + CryptoUtil.checkPwOrThrow(password, user.passwordHash) user } }