You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2009-01-22 23:33:15

spadefinger
Member
Registered: 2009-01-22
Posts: 4

Is it possible to change the page a user lands on after logging in?

I have a normal user whom I would like to start off on the tracking page. Is there a way to do this?

Thanks.

Offline

#2 2009-01-29 01:41:24

MoYo
GLPI - Lead
From: Poitiers
Registered: 2004-09-13
Posts: 14,513
Website

Re: Is it possible to change the page a user lands on after logging in?

not for the moment.


MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI :    Support     Contribute     References     Freshmeat

Offline

#3 2009-02-11 00:57:31

diario
Member
Registered: 2009-01-28
Posts: 5

Re: Is it possible to change the page a user lands on after logging in?

You can customize the starting page in several ways. You have to change central.php

Find this line:
commonHeader($LANG["title"][0],$_SERVER['PHP_SELF']);

Change for this line:
commonHeader($LANG["title"][10],$_SERVER['PHP_SELF'],"maintain","tracking");

The other way I did it is just by copying the content of tracking.php from "commonHeader..." to the end and pasting it in the same place, from "commonHeader..." to the end in central.php

Try and play with it, you will get the screen you want. I am using it and my fisrt screen after login is the tracking page.

Offline

Board footer

Powered by FluxBB