| Summary: | OPAC Logout should return you to where you were (unless that's a restricted page) | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
| Component: | OPAC | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | dcook |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34164 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
|
Description
Martin Renvoize (ashimema)
2022-07-18 13:39:17 UTC
Tbh it feels right to me that a logout 'resets' for the next user. I think usually you'd only log out when you intend to leave. For the patron account pages, we'd also need to redirect to the login page probably. I think there's a number of instances where we should be returned to the page that initiated a login/logout. Although Katrin makes a good point too. I think one of the problems with the current logout is actually that it leaves you on a page that performs a logout if you visit it. If you bookmark that page or refer back to it in some way, you'll be doing a logout every time you visit it. We should probably be redirecting to a URL after logout that would not perform a logout. |