Changes between Version 1 and Version 2 of TracPermissions


Ignore:
Timestamp:
May 6, 2010, 11:39:20 PM (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v1 v2  
    115115== Permission Groups ==
    116116
    117 There are two built-in groups, "authenticated" and "anonymous".[[BR]]
    118 Any user who has not logged in is automatically in the "anonymous" group.[[BR]]
    119 Any user who has logged in is also in the "authenticated" group.[[BR]]
    120 The "authenticated" group inherits permissions from the "anonymous" group.[[BR]]
    121 eg. if the "anonymous" group has permission WIKI_MODIFY, it's not necessary to add the WIKI_MODIFY permisison to the "authenticated" group as well.
     117There are two built-in groups, "authenticated" and "anonymous".
     118Any user who has not logged in is automatically in the "anonymous" group.
     119Any user who has logged in is also in the "authenticated" group.
     120The "authenticated" group inherits permissions from the "anonymous" group.
     121For example, if the "anonymous" group has permission WIKI_MODIFY,
     122it is not necessary to add the WIKI_MODIFY permission to the "authenticated" group as well.
    122123
    123124Custom groups may be defined that inherit permissions from the two built-in groups.
     
    132133}}}
    133134
    134 Group membership can be checked by doing a {{{permission list}}} with no further arguments; the resulting output will include group memberships. '''Use lowercase for group names, as uppercase is reserved for permissions'''.
     135Group membership can be checked by doing a {{{permission list}}} with no further arguments; the resulting output will include group memberships. '''Use at least one lowercase character in group names, as all-uppercase names are reserved for permissions'''.
    135136
    136137== Adding a New Group and Permissions ==