Skip to content

Commit 4156382

Browse files
committed
fix: update password hash
1 parent 4d99033 commit 4156382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ staticClients:
1717
enablePasswordDB: true
1818
staticPasswords:
1919
- email: test@example.com
20-
hash: "$2a$04$X4aRMEt0ytgPwMIgv36cI..7X9.nhY/.tYwxpqSi0ykRHx2CwQ0S6"
20+
hash: "$2y$12$sw3/icjbQS7qoEMcMzZ/bO7YtEUdRfxDfubNDoy8VgN24FoiZq7/2" # 12345678
2121
username: test
2222
userID: "1234"

0 commit comments

Comments
 (0)