On Mar 12, 2:28 am, "Matt Good" <[EMAIL PROTECTED]> wrote:
> On Mar 11, 9:52 pm, "John" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I would like to setup Trac so that people needs to log in before he
> > can view/open tickets, browse source code, see timeline. And after log
> > in, user does not need to type in user name whenever he opens a
> > ticket.
>
> > I know there is 'Adding Authentication' document
>
> >http://trac.edgewall.org/wiki/TracCgi#AddingAuthentication
>
> > And I notice there is this AuthRequired plugin
> > :http://www.trac-hacks.org/wiki/AuthRequiredPlugin
>
> > Which one can achieve what I want?
> > Or I need something different?
>
> The AuthRequired plugin is only useful if you want everyone to
> authenticate before viewing any part of Trac.
>
> You will want to follow the "Adding Authentication" page you linked to
> above to configure Apache for authenticating users. Once that's done
> see thehttp://trac.edgewall.org/wiki/TracPermissionspage regarding
> configuring user permissions. Remove permissions for the tickets and
> browser from the "anonymous" group and grant them to "authenticated".
> Then users will need to be logged in to get those permissions, so
> those portions of the system will be unavailable.
>
Thanks for your suggestion.
That solves my problem, but what if I want to do this:
1. 'annoymous' group can not go anywhere
I have 3 users in the system, john, sue, test
2. 'john, 'sue' can create tickets, view tickets
3. 'test' can only view tickets
How can I do that? If i use 'authenticated' group, then all 3 users
have the same permissions.
i defined users in the htpasswd files.
> -- Matt Good
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---