update readme
This commit is contained in:
Binary file not shown.
@@ -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=;"
|
||||
|
||||
Reference in New Issue
Block a user