Changes between Version 1 and Version 2 of UserAccess


Ignore:
Timestamp:
Jul 16, 2007 5:25:21 PM (17 years ago)
Author:
Horst Meyerdierks
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserAccess

    v1 v2  
    88control mechanisms, which we try to keep in sync with each other.
    99
    10 There are three kinds of access levels that a user account (or the anonymous user)
     10There are four kinds of access levels that a user account (or the anonymous user)
    1111may have:
    1212
    13  1. User access. This is a different name for read access, but "read access" does not
     13 1. Ticket access. This is a different name for read access, but "read access" does not
    1414    quite hit the spot as this includes the permission to create and comment on tickets.
    15     This includes read access to the svn repository.
     15    This excludes read access to the svn repository.
     16 1. User access. This is the same as ticket access, but also includes read access to
     17    the svn repository.
    1618 1. Developer access. This is a different name for read/write access. The permissions
    1719    are a superset of user access. This includes read/write access to the svn repository.
     
    1921    but no access at all to the svn repository (other than browsing it through the wiki).
    2022
    21 To make these access levels real, the permission groups "user" and "developer" have been
     23To make these access levels real, the permission groups "ticket", "user" and "developer" have been
    2224defined. There is also an hourly job on the system that translates this information into
    2325svn repository access permissions. This is done in case that an admin has changed access
    2426to the trac environment. There is no permission group "admin", as this has no effect on
    25 the svn repository and can be handled by the trac permission TRAC_ADMIN.
     27the svn repository and can be handled by the single trac permission TRAC_ADMIN.
    2628
    2729Admins and developers have an "Admin" button in the wiki. When they use it an admin
    2830can select General : Permissions to configure which users have which level of access:
    2931
    30  1. To grant anonymous read access (user access) use the bottom right panel with subject
    31     "anonymous" and group "user".
     32 1. To grant anonymous read access for wiki and ticketing only (ticket access)
     33    use the bottom right panel with subject "anonymous" and group "ticket".
     34 1. To grant anonymous read access, including read access to the SVN repository
     35    (user access) use the bottom right panel with subject "anonymous" and group "user".
     36 1. To grant read access for wiki and ticketing only (ticket access) to a named user
     37    use the bottom right panel with the user name as subject and with group "ticket".
    3238 1. To grant read access (user access) to a named user use the bottom right panel with
    3339    the user name as subject and with group "user".