Skip to content

Commit 6bc0a63

Browse files
update admin login to use hashed passwords
1 parent 64ed680 commit 6bc0a63

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

server-1.2/main/admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
33
"username": "alexo",
4-
"password": "$2b$10$Z6w5Sb2g0eioUjhhmWxl9ecmtdi8bgapqUXm1iIFhWldPlIqZx5xW"
4+
"passwordHash": "$2b$10$XZ5OA6rF9pUAl6bHQoJZhuW/DB7TIkw8Znd4TdwD.Q8SBgQmLgpfS"
55
}
66
]

server-1.2/main/genHash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a6497cefbd215632ccff480dcfbdb74492b67c46337ac5c572125e17b43d3d19
3-
size 203
2+
oid sha256:e83a4c3551e83409b03676c53cd87aa1e84307d2c74d642545b23a12d61847bb
3+
size 191

server-1.2/main/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:13fec58d6d37e0463aab88be1228f5858345d34afca1d2eee2544798d0e70a62
3-
size 8794
2+
oid sha256:3e8a8f89b3404760efff0decbd767441230d078f5953e198588f6d731ffd37c1
3+
size 9107

0 commit comments

Comments
 (0)