Changes between Version 25 and Version 26 of MostFrequentDuplicates
- Timestamp:
- Oct 2, 2021, 9:04:41 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MostFrequentDuplicates
v25 v26 55 55 This issue is fixed for Trac 1.1.2/1.0.2/0.12.6 and above. 56 56 57 === #791: '''Login/logout, authentication, and authorization''' ([ t:search?q=logout&noquickjump=1&ticket=onsee all])57 === #791: '''Login/logout, authentication, and authorization''' ([search:"logout not working" see all]) 58 58 59 59 After 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.