Changes between Version 7 and Version 8 of AccessControl


Ignore:
Timestamp:
02/22/10 11:57:33 (4 years ago)
Author:
rgrp
Comment:

minor reformatting

Legend:

Unmodified
Added
Removed
Modified
  • AccessControl

    v7 v8  
    55== Summary of Design == 
    66 
    7 === user-role table === 
     7=== Package and Group Authorization === 
    88 
    99Each 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). 
     
    1414          * Logged-in is an 'reader' (This is a special user, meaning 'anyone who is logged in') 
    1515          * 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 (priviledges) to new team members. Anyone can see (read) the package. 
     16i.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. 
    1717 
    1818Example 2: The current default for new packages is: 
     
    2020          * Visitor and Logged-in are both an 'editor' and 'reader' 
    2121 
    22 === role-action table === 
     22=== Roles === 
    2323 
    2424Each role has a list of ''action'' priviledges for a package or group. 
     
    2929 * A 'reader' can read 
    3030 
     31Roles are only editable via the raw Model interface at /admin/ (sysadmin-only). 
    3132 
    3233----