Added the ability to enable/disable a user as well as deleting an exam

This commit is contained in:
Tiago Ribeiro
2023-10-04 13:39:31 +01:00
parent 29914d3e89
commit 925250d2c5
7 changed files with 123 additions and 22 deletions

View File

@@ -22,4 +22,7 @@ export const PERMISSIONS = {
owner: ["developer", "owner"],
developer: ["developer"],
},
examManagement: {
delete: ["developer", "owner"],
},
};