Forums » Development »
Added by KUNTAL MONDAL 14 days ago
We need your assistance in implementing a feature where application users always land on the "My Page" screen by default post login to application.
This was previously implemented in Redmine 2.3.4 and 5.1.1 using below changes, but it is not working in Redmine 6.0.3.
Could you please provide a possible solution for this feature?
go to the path /opt/bitnami/redmine/app/controllers and add below in the account_controller.rb
redirect_to :controller => 'my', :action => 'page’
insight def successful_authentication(user)