Added the ability to enable/disable a user as well as deleting an exam
This commit is contained in:
@@ -22,4 +22,7 @@ export const PERMISSIONS = {
|
||||
owner: ["developer", "owner"],
|
||||
developer: ["developer"],
|
||||
},
|
||||
examManagement: {
|
||||
delete: ["developer", "owner"],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user