Edgewall Software

Changes between Version 25 and Version 26 of MostFrequentDuplicates


Ignore:
Timestamp:
Oct 2, 2021, 9:04:41 PM (3 years ago)
Author:
Ryan J Ollos
Comment:

Fix search.

Legend:

Unmodified
Added
Removed
Modified
  • MostFrequentDuplicates

    v25 v26  
    5555This issue is fixed for Trac 1.1.2/1.0.2/0.12.6 and above.
    5656
    57 === #791: '''Login/logout, authentication, and authorization''' ([t:search?q=logout&noquickjump=1&ticket=on see all])
     57=== #791: '''Login/logout, authentication, and authorization''' ([search:"logout not working" see all])
    5858
    5959After 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.