Changes between Version 7 and Version 8 of AccessControl
- Timestamp:
- 02/22/10 11:57:33 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccessControl
v7 v8 5 5 == Summary of Design == 6 6 7 === user-role table===7 === Package and Group Authorization === 8 8 9 9 Each package or group has a list of users and their ''roles''. These are set from the 'authorization' tab of a package/group (assuming you are an 'admin' for the particular package/group). … … 14 14 * Logged-in is an 'reader' (This is a special user, meaning 'anyone who is logged in') 15 15 * Visitor is an 'reader' (Another special user, meaning 'anyone') 16 i.e. Gareth and David can edit this package, but only Gareth can assign roles (privile dges) to new team members. Anyone can see (read) the package.16 i.e. Gareth and David can edit this package, but only Gareth can assign roles (privileges) to new team members. Anyone can see (read) the package. 17 17 18 18 Example 2: The current default for new packages is: … … 20 20 * Visitor and Logged-in are both an 'editor' and 'reader' 21 21 22 === role-action table===22 === Roles === 23 23 24 24 Each role has a list of ''action'' priviledges for a package or group. … … 29 29 * A 'reader' can read 30 30 31 Roles are only editable via the raw Model interface at /admin/ (sysadmin-only). 31 32 32 33 ----