Feature #1679

Enhancement request WRT login

Added by James Byrne 45 days ago. Updated 43 days ago.

Status:Closed Start:2008-07-24
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:UI
Target version:0.8
Resolution:

Fixed


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.

Associated revisions

Revision 1695
Added by jplang 43 days ago

Redirect user to the previous page after logging in (#1679).

History

2008-07-24 18:22 - Jean-Philippe Lang

I agree that redirecting to the previous page (if any) would be more convenient.
What do think others ?

2008-07-24 20:46 - Carl Nygard

Seeing how I had to login, hit the back button twice, and reload the page, I'd say

+4

2008-07-24 21:07 - Eric Davis

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.

2008-07-24 22:10 - Stephanie Collett

+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.

2008-07-26 10:45 - Jean-Philippe Lang

  • Status changed from New to Closed
  • Resolution set to Fixed

Done in r1695.

Also available in: Atom PDF