update readme

This commit is contained in:
2025-08-21 17:43:42 +02:00
parent 1aefc680ee
commit b155d8340d
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@@ -54,4 +54,8 @@ bash run_dev_server.sh
"onlineMeeting",
"calendar@odata.associationLink",
"calendar@odata.navigationLink"
]
]
# delte a user in the database if somebody forgot their password
sqlite3 ./database/users.db "SELECT * FROM users;"
sqlite3 ./database/users.db "DELETE FROM user WHERE id=;"