COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: kmuller on 06 Sep 2007 02:20:06 PM

Title: modify the login page
Post by: kmuller on 06 Sep 2007 02:20:06 PM
Does anyone know of a way to modify the manual login page to change or add text to it?  I don't have the SDK to do and and want another way around to do it.

Thanks

Kevin
Title: Re: modify the login page
Post by: Darek on 06 Sep 2007 03:43:40 PM
Just mock up your own static HTML page in your preferred tool, making sure that the field names and form targets are kept the same.
Title: Re: modify the login page
Post by: kmuller on 13 Sep 2007 12:31:34 PM
What file do you replace, and where does it exist?  If I mockup a file, I have no idea which one to replace.
Title: Re: modify the login page
Post by: thomaskoenig on 18 Sep 2007 08:55:33 AM
Providing your own html page doesn't do you any good if Cognos generates a session fault (time-out, etc.) that requires a logon and you security provider is called.

The simplest way is to modify the IDS_PORTAL, IDS_LOGON_TITLE and IDS_LOGON elements in <c8install>/templates/ps/messages/portal.xml with custom text. That's how we do it.
Title: Re: modify the login page
Post by: kmuller on 18 Sep 2007 11:37:32 AM
Thomas,
What entries should be modified and what happens if I change the text?  I have changed alot of the xml in the past but never in this area.

My goal is to get a message on the login screen when a user times out telling them they just need to re-athenticate in a new IE window.

Thanks

Kevin
Title: Re: modify the login page
Post by: thomaskoenig on 20 Sep 2007 12:24:02 PM
Well, replace the default element text in the <c8install>/templates/ps/messages/portal.xml file for the IDS_LOGON_TITLE and IDS_LOGON elements (they are located in the "LGN" section) with your messages. Restart Cognos, you'll see the changes on the Cognos logon page.