[CMS] Frontpage should redirect to the login page
The purpose of this task is to hide the Kotahi existing frontpage, as this is being replaced by Flax in Kotahi 2.0.
Frontpage redirect use cases;
- If a user navigates to a group frontpage they should be redirected to the login page. For example,
app.kotahidev.cloud68.co/groupname
should redirect toapp.kotahidev.cloud68.co/groupname/login
- An instance with a single group;
app.kotahidev.cloud68.co/login
you should be redirected toapp.kotahidev.cloud68.co/groupname/login
- An instance with multiple groups;
app.kotahidev.cloud68.co/login
should redirect toapp.kotahidev.cloud68.co
Edited by Ryan Dix-Peek