#512 closed enhancement (fixed)
Feature request: switch user stays on same page if possible
Reported by: | base | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.4 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
I don't know if this would be possible, or desirable in general, but it would be useful for us when we find a way to link to pages in BASE logged in as a guest user to allow the user to switch to their own account if desired (staying on the same page). I will discuss this in more detail here http://neuron.cse.nd.edu/vectorbase/index.php/ExpressionSummaryConsultation (working on this now). Thanks, Bob.
Change History (6)
follow-up: 2 comment:1 by , 18 years ago
Type: | defect → enhancement |
---|
comment:2 by , 18 years ago
Replying to nicklas:
That was how it worked at first. Then we got into problems if the new user account didn't have access to the current page. This led to a PermissionDeniedException which led to a dead end. From there it was no longer possible to go to any page at all. I guess there are ways to solve this problem, but we choose the easy way out. One possible solution is to have an option in the "Switch user" dialog where the user can select if it wants to stay on the same page or be redirected to the home page.
that sounds like the most sensible and economical solution!
comment:3 by , 17 years ago
Milestone: | → BASE 2.4 |
---|
comment:4 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
That was how it worked at first. Then we got into problems if the new user account didn't have access to the current page. This led to a PermissionDeniedException which led to a dead end. From there it was no longer possible to go to any page at all. I guess there are ways to solve this problem, but we choose the easy way out. One possible solution is to have an option in the "Switch user" dialog where the user can select if it wants to stay on the same page or be redirected to the home page.