Feature #32543
openAbility to choose home page after login
0%
Description
Some users don't want to use default page after login.
They want users to be redirected to "my page", or some other page like news or wiki of some project.
Preferably there should be ability to choose default redirect page in admin settings.
Also users should be able to choose their default page, on my account settings.
It's a core functionality I don't think plugin should resolve it.
Updated by Dominik Ras almost 5 years ago
Simplest solution I can think of is to bookmark 'My Page' in your browser.
Launch Redmine from the boomkmark.
Authenticate.
Soon after login you will be redirected back to 'MyPage' section.
You can do that with any other screen that has it's own unique URL in Redmine.
Updated by Michael Michalewicz about 4 years ago
Hi there,
You can use a plugin for this.
Link: https://www.redmineup.com/pages/plugins/cms
After installation, go to the CMS section and click on 'Redirects'
The Source link is: /
Destination link if this case will be: /my/page
You can create many redirection.
Hope this helps:)