Andreas Jellinghaus wrote:
are there other groups I should know about as well?
to create groups and put users in them I need th htgroups
stuff or is there some trac buildin group system?
(looks to me like it will be much easier to have anonymous/authenticated/developers/admin group than my
current long list of users with long lists of rights...)

authenticated and anonymous are the two built in groups. Other groups can be created by hand. Groups also need not be in your password database. Simply create a "user" with given permissions and then assign that "user" as a permission to others.

trac-admin /path/to/env permission add admin WIKI_ADMIN TICKET_ADMIN
trac-admin /path/to/env permission add bob admin

See also: http://projects.edgewall.com/trac/wiki/TracPermissions

-John
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to