> From: trac-users@googlegroups.com On Behalf Of Aynur Toparlak
> Sent: 12 July 2012 10:17
> To: trac-users@googlegroups.com
> Subject: [Trac] Trac group problem
> 
> I wanna create group for trac users.I don't find any document 
> about this.How do I do it?
> Thanks for answer...

You could help us to help you by giving a better description of what you are 
trying to do.

As a wild guess, you want to create a permissions group inside Trac?  Using the 
admin | permissions page, just assign the permissions you want to a `subject` 
with a unique name (I use `gPigs` and `gChickens` for example), using the 
`Grant Permission` box top-right.  Then just `Add Subject to Group` where 
`subject` is now the user's ID and `Group` is the subject you created just 
before.

Alternatively you can use the command line to do this (can be quicker than 
adding one action at a time to create the group).  So under windows:

> trac-admin <env> permission add gChickens MILESTONE_VIEW REPORT_VIEW 
> ROADMAP_VIEW SEARCH_VIEW TICKET_APPEND TICKET_CREATE TICKET_MODIFY 
> TICKET_VIEW TIMELINE_VIEW WIKI_CREATE WIKI_MODIFY

...creates a group called gChickens, and:

trac-admin <env> permission add <username> gChickens

...assigns <username> to the `gChickens` group.

~ mark c

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to