Ticket #791 (reopened enhancement)
login/logout, authentication, and authorization
| Reported by: | Matthew Good <matt-good.net> | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.13 |
| Component: | general | Version: | devel |
| Severity: | major | Keywords: | login logout permission authentication authorization |
| Cc: | shishz@…, jouvin@…, coderanger@…, r.sokoll@…, ufs@…, admin@… |
Description
I'm kind of combining a couple of things from #599 and #788 here. The main issue is that the browser caches the authentication information, so you can't log out unless you close the browser (or with Mozilla you can use certain extensions to clear the information). A related issue is that in situations where authentication is enforced to access the project, users should never be logged in anonymously.
I've already gotten a patch working that will force users who logged out to log back in, allowing them to login as a different user. I'm going to try to extend this to allow users to disable anonymous access and handle these setups more appropriately.


