Enhance security by preventing the creation of default admin credentials in chat-users.json. Update chat.js to ensure command output does not pollute conversation history, and add chat-users.json to .gitignore to prevent tracking of sensitive user data.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.git/*
|
||||
build/*
|
||||
logs/*.log
|
||||
logs/chat-users.json
|
||||
|
||||
# Build-Artefakte (werden auf dem Server neu gebaut)
|
||||
client/dist/
|
||||
|
||||
Reference in New Issue
Block a user