Edgewall Software

Changes between Version 23 and Version 24 of MostFrequentDuplicates


Ignore:
Timestamp:
Oct 2, 2021, 10:00:25 AM (3 years ago)
Author:
figaro
Comment:

Added commonly reported defect

Legend:

Unmodified
Added
Removed
Modified
  • MostFrequentDuplicates

    v23 v24  
    5454
    5555This issue is fixed for Trac 1.1.2/1.0.2/0.12.6 and above.
     56
     57=== #791: '''Login/logout, authentication, and authorization'''
     58
     59After clicking "Logout", the user is still logged in, which is a browser issue and not under Trac's control. The root cause is with the HTTP authentication scheme itself, and there is no fix in Trac that can be implemented. There is currently no workaround (JavaScript or other) that works with all major browsers. Use ​th:AccountManagerPlugin or ask your users to use a different browser.