-
Notifications
You must be signed in to change notification settings - Fork 0
Commit f2849ca
refactor(rbac): Remove user create/delete permissions from admin role
Removed `Permissions.userCreate` and `Permissions.userDelete` from the `_dashboardAdminPermissions` set. This change enforces the rule that administrators can only update users through the generic data API, while creation and deletion are handled exclusively by the authentication service.1 parent b9e957b commit f2849ca
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | - | ||
72 | - | ||
73 | - | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
74 | 76 | | |
75 | - | ||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments