On Wed, Oct 21, 2009 at 09:20:39AM +0100, Cooke, Mark wrote: > > > > > I'm using Tracd to run Trac 0.11 on Linux. I've configured > > user logins successfully using an .htpasswd file. > > > > I now want to put the whole site behind some login > > credentials, so that simply viewing tickets requires a > > username/password combination. Is this even possible with > > Tracd? I would appreciate your help and advice. > > > You could simply edit the permissions and remove almost everything from > the "anonymous" special group ~ I have done this with one of my tracd > sites (on Windoze but the same should apply on linux). > > The downside of being draconian is that you need to provide at least > WIKI_VIEW for them not to get the 'permission denied' screen. I think > there is at least one ticket about having a separate right for the wiki > start page. Anyway, it works and is easy enough...
Or you can use http://trac-hacks.org/wiki/PermRedirectPlugin to redirect to the login screen first thing. That's what I do for private Trac instances. > > ~ 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 [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 -~----------~----~----~----~------~----~------~--~---
