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 the http://trac.edgewall.org/wiki/TracPermissions page 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. -- 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 -~----------~----~----~----~------~----~------~--~---
