Project

General

Profile

redirect after login to project page

Added by Dzianis Beliankou about 10 years ago

Hello to everyone.Need help.
How can I configure redmine in this way: when user successfully logged, redirect goes to project page but not to home page?
My redmine is 2.3.2, Ruby v. 1.9.3-p231, Rails v. 3.2.13.


Replies (3)

RE: redirect after login to project page - Added by Martin Denizet (redmine.org team member) about 10 years ago

Hello Dzianis,

You can easily implement that by making a plugin overriding the WelcomeController.

Cheers

RE: redirect after login to project page - Added by Dzianis Beliankou about 10 years ago

Can you tell me how I can do this? I am novice in redmine

RE: redirect after login to project page - Added by Ivan Cenov about 10 years ago

You may want to check redmine_landing_page (see if it is compatible with your version of Redmine though).

    (1-3/3)