Adds delete user functionality in admin panel #86 (#110)

* #86 Adds delete user functionality in admin panel

* Removes unnecessary code

* Prevents current user from deleting itself
This commit is contained in:
Pacodastre
2025-06-08 05:49:11 +01:00
committed by GitHub
parent 8f86ac0dfa
commit f70cb75b35
13 changed files with 214 additions and 8 deletions
@@ -76,6 +76,7 @@ export const systemACLDescriptions: ObjectFromList<typeof systemACLs> = {
"import:game:new": "Import a game.",
"user:read": "Fetch any user's information.",
"user:delete": "Delete a user.",
"news:read": "Read news articles.",
"news:create": "Create a new news article.",
+1
View File
@@ -70,6 +70,7 @@ export const systemACLs = [
"import:game:new",
"user:read",
"user:delete",
"news:read",
"news:create",