Modify ↓
Ticket #788 (closed defect: wontfix)
Opened 7 years ago
Last modified 7 years ago
Need flag to hide login/logout link
| Reported by: | unlord | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I am using Basic authentication to protect my entire Trac environment. As such, when a user first tries to view Trac, they are forced to login. This works just fine as the string 'logged in as <username>' shows up. However, because the web browser always posts the authentication credentials when it requests a page, this user can *never* logout. In this case it makes sense to have a flag where you can disable the 'logout' link (and for that matter the 'login' link).
Attachments
Change History
comment:1 Changed 7 years ago by Matthew Good <matt-good.net>
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Well, I agree that there's an issue with the logout, but I think the solution is to fix the logout, not disable the link. I've started work on this and have opened ticket #791 for it.