Files
server/.user_data.json
2026-02-25 00:49:29 +08:00

22 lines
641 B
JSON

{
"version": "1.0.0",
"savedAt": "2026-02-18T13:28:54.762Z",
"users": [
{
"id": "admin_1762534368537",
"username": "admin",
"passwordHash": "$2b$10$lOQpdxoSh4xhX6CBJ0eCQeLHua77FUynWtQ6BI8HS7KSbqKWIgtS2",
"createdAt": "2025-11-07T16:52:48.537Z",
"lastLoginAt": "2025-12-10T15:08:06.903Z",
"role": "admin"
},
{
"id": "superadmin",
"username": "superadmin",
"passwordHash": "$2b$10$3c/70RbBH4y7zhYwxk8ldOcls3Bj6kt3cSMidTeaMUVb1EJXH4GMy",
"role": "superadmin",
"createdAt": "2025-11-07T16:53:46.677Z",
"lastLoginAt": "2026-02-18T13:28:54.762Z"
}
]
}