Fix: Multi-user data isolation and Legacy migration logic

This commit is contained in:
ren
2026-01-29 15:03:07 +01:00
parent 020218275f
commit e5c9de2df5
5 changed files with 98 additions and 11 deletions

11
data/users.json Normal file
View File

@@ -0,0 +1,11 @@
[
{
"id": "ac239645-21ef-4e87-99f4-5a7d52da4feb",
"username": "renato97",
"passwordHash": "$2b$10$oQjeKl5epz1XzgdDWS60E.S0mWIbYmWd9mc84KYgAkYtHa7noAih6",
"chatId": "692714536",
"knownIps": [
"181.23.237.185"
]
}
]