Remove chat-users.json file to enhance security by eliminating sensitive user data storage.

This commit is contained in:
Torsten Schulz (local)
2026-03-19 13:15:25 +01:00
parent 10569bd097
commit e054d90eb1

View File

@@ -1,7 +0,0 @@
[
{
"username": "admin",
"passwordHash": "sha256:494a715f7e9b4071aca61bac42ca858a309524e5864f0920030862a4ae7589be",
"rights": ["stat", "kick"]
}
]