Feature #1679
closedEnhancement request WRT login
0%
Description
Enhance login / sign on action so that after logging in the user is returned to the page displayed at the time of selecting the sign on action instead of redirected to their home page. Alternatively, provide this facility as a user configurable option.
Updated by Jean-Philippe Lang over 16 years ago
I agree that redirecting to the previous page (if any) would be more convenient.
What do think others ?
Updated by Carl Nygard over 16 years ago
Seeing how I had to login, hit the back button twice, and reload the page, I'd say
+4
Updated by Eric Davis over 16 years ago
Jean-Philippe Lang wrote:
I agree that redirecting to the previous page (if any) would be more convenient.
What do think others ?
+1. I use the restful_authentication plugin on my Rails applications all the time and it includes this feature be default. Having Redmine not have it is a small annoyance. restful_authentication does this by setting session[:return_to] = request.request_uri
when the user needs authentication. Then once authentication, it will check the session and redirect to the :return_to
uri.
Updated by Stephanie Collett over 16 years ago
+1 This would be a nice feature for public Redmine projects. Sometimes you don't realize you aren't logged in until you want to comment on an issue.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Done in r1695.
Updated by James Byrne over 15 years ago
Possible regression.
I note today that when I logged in to Redmin.org that I was redirected to my home page rather than back to the page I was viewing when I decided to log in.