As far as I understand the reason you can't do a real log out, is that Trac just hands off authentication to the web server, in most cases apache or tracd. The browser then caches the http auth so that the user doesn't have to retype it for every request. unless you implement a form based login as opposed to http auth based, this will not change. closing the broswer performs a real log out, or if your using something like firefox, and have the developer plugin, you can clear the http auth cache. Trac developers are pretty clear on the fact that user authentication is left up to external methods(IE: http auth via what ever password store, pam, ldap, htpasswd, etc) as opposed to building login/logout session functionality into trac.
Not sure if the TracAccountManager plugin helps solve this or not. Mat P. On Tue, Jan 13, 2009 at 1:02 AM, Bin <[email protected]> wrote: > > Did you guys encountered this? Any solution? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
