Project

General

Profile

Redmine First page clean up

Added by Baffror Baffror over 4 years ago

Hello,

Is it possible with redmine to have only a log in form to the first page and nothing else ?

Thanks


Replies (2)

RE: Redmine First page clean up - Added by Martin Loučka over 4 years ago

Hi,

in case it still helps you (or someone else in the future) - in case your goal is purely visual, you could update your application.css in a way:

body.action-login div#top-menu, 
body.action-login div#header, 
body.action-login div#footer {
  display:none;
}

Note this does not remove the code from output, merely hides the unwanted elements to the user.

Best,
Martin

    (1-2/2)