Skip to content

Commit 56ec810

Browse files
edit admin login
1 parent 4703b27 commit 56ec810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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$s1yIQaHpMkY/PqG5nVlV9OkCxEmj.WqY9ZnKIDl4PT3O3jdbDMs/."
4+
"password": "$2b$10$Z6w5Sb2g0eioUjhhmWxl9ecmtdi8bgapqUXm1iIFhWldPlIqZx5xW"
55
}
66
]

server-1.2/main/genHash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const bcrypt = require('bcrypt');
2-
const password = 'insertpassword';
2+
const password = 'maple_yt2024';
33

44
bcrypt.hash(password, 10, (err, hash) => {
55
if (err) {

0 commit comments

Comments
 (0)