Changes between Version 4 and Version 5 of ProvisioningProjects
- Timestamp:
- 07/07/09 02:12:41 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProvisioningProjects
v4 v5 190 190 191 191 == Project Permissions == 192 193 === Open Working Group === 194 195 This configuration is open edits from non-affiliated users but does require authentication first. It is based off the default configuration for full anonymous access. It simply restricts modifications to authenticated users by converting edit permissions to the authenticated group (a special group in Trac for all authenticated users). It assumes that remaining view permissions are assign (as by default) to the anonymous user. 196 {{{ 197 permission remove anonymous TICKET_CREATE TICKET_MODIFY WIKI_CREATE WIKI_MODIFY 198 permission add authenticated TICKET_CREATE TICKET_MODIFY WIKI_CREATE WIKI_MODIFY 199 }}} 200 192 201 193 202 === Private Working Group ===
