Oh!  In the Apache config file.... correct?  That's the only place
where I see the <Location> directive.

PS -- Why aren't my new posts showing up today?  Is there a much longer
delay today?  Normally it is almost immediate.... this time, at least
hours...

Thanks,
Jen

Matthew Gillen wrote:
> He means that instead of this:
> <Location "/tracsrv/test/login">
>   AuthType Basic
>   ...
> </Location>
>
> You instead do this:
> <Location "/tracsrv/test/">
>   AuthType Basic
>   ...
> </Location>
>
> Then they have to login before they even get to the front page.
>
> Jen wrote:
> > Manu,
> >
> > Would you mind explaining how that is done?  I'd like to do the same
> > for our team so they don't have to face that red box every time.  I'm
> > drawing a blank on the method for doing it....
> >
> > Thanks,
> > Jen
> >
> > Emmanuel Blot wrote:
> >>> Now my question, is it safe to remove anonymous from the permissions
> >>> list... something like:
> >>>
> >>> trac-admin ./test123 permission delete anonymous *
> >> Yes however, the users will start their Trac navigation experience
> >> with a 'WIKI_VIEW permission is required' red box on the main page.
> >>
> >> You probably want to move the authentication configuration from
> >> 'project/login' up one level ('project') so that the web browser
> >> prompts for the credentials as soon as possible - avoiding the error
> >> red box about the missing permissions.
> >>
> >> HTH,
> >> Manu
> > 
> > 
> >


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to