Hello,

Currently we are protecting the entire tracEnvironment with http auth
via a mysql database. We use fine grain permissions with an svn-access-
file. However, we would like to allow "read-only" (no user name or
password needed to view) access to the wiki, and tickets (/report and /
ticket). I was able to get this working most of the way by not
invoking the auth for the wiki, report, and ticket urls via apache
conf.

The problem is that if a user logs in by clicking a protected area
(i.e. browser), then tries to go close a ticket by clicking on the
ticket menu trac goes back to thinking the user is not logged in and
gives them a forbidden when they try to close the ticket. However, if
they click the "login" menu, trac then relizes that the user is logged
in and will let them close the ticket. How can I get trac to realize
when a user is logged in without having to click "login" within trac?

I tried taking away everything but WIKI_VIEW, TICKET_VIEW, etc. from
user anonymous inside trac but since I'm using fine grained
permissions users still can't see anything but wiki and tickets after
they log in.

Thanks,
David Robertson

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