You will have to look into alternate login modules. The logout functionality is somewhat hampered by the fact that all modern browsers cache HTTP credentials for as long as the program is running.

--Noah

Clem Taylor wrote:
On 7/11/06, Matthew Good <[EMAIL PROTECTED]> wrote:
Yes, when you configure the authentication in Apache use a <Location>
block that covers the whole Trac site, not just the login URL.
...
<Location /projects>
# auth setup
Require valid-user
</Location>

I've been doing the same thing for a while, but it seems to have an
annoying side effect that the logout button stops working and you
can't logout. Any ideas how to get login to work with this
configuration?

                      --Clem
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to