gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: same, at Nexus


From: gnunet
Subject: [libeufin] branch master updated: same, at Nexus
Date: Fri, 17 Sep 2021 18:13:05 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new f58e802  same, at Nexus
f58e802 is described below

commit f58e802b4bdf3b31033314d1efad32a177e98b09
Author: ms <ms@taler.net>
AuthorDate: Fri Sep 17 18:13:01 2021 +0200

    same, at Nexus
---
 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
index 639abb3..447754d 100644
--- 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
     }
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]