Changes between Version 7 and Version 8 of access_control
- Timestamp:
- 2012-05-03T21:45:36Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
access_control
v7 v8 42 42 43 43 ==== List of Permission ==== 44 ===== Function permissions =====44 ===== Function Permissions ===== 45 45 ||Key||Name||Description|| 46 46 ||functions/user||USER||Operations on all users|| 47 ||functions/user/superadmin||USER_SUPERADMIN||Operations on superadmin , e.g. add/delete||47 ||functions/user/superadmin||USER_SUPERADMIN||Operations on superadmin|| 48 48 ||functions/user/admin||USER_ADMIN||Operations on admin|| 49 49 ||functions/user/instructor||USER_INSTRUCTOR||Operations on instructor|| 50 51 ===== Controller Permissions ===== 52 ||Key||Description|| 53 ||controller/user||All user actions|| 54 ||controller/user/add||Add user|| 55 ||controller/user/delete||Delete user|| 56 ||controller/user/edit||Edit user|| 57 ||controller/course||All course actions|| 58 ||controller/course/add||Add course|| 59 ||controller/course/delete||Delete course|| 60 ||controller/course/edit||Edit course|| 50 61 51 62 === !Organization/Faculty === … … 64 75 }}} 65 76 66