CentraSite Documentation : Working with the CentraSite Business UI : Administering the Business UI : CentraSite Business UI Pluggable Architecture : Customizing the Login Page : Installing the Customized Login Page : Configurations for a Custom Login Page
Configurations for a Custom Login Page
The element <GUIConfiguration> in the centrasite.xml file refers to the CentraSite Business UI login page configuration.
The login page configuration includes:
Header Configuration
Layout Component
Source Element
Description
SoftwareAG (logo)
CompanyLogo
Contains property settings that are of use to modify the company logo in header.
For example, to modify a company logo, specify:
<LoginCompanyLogo tooltip=
"CS_MSG_INMBX_IMG_APP_MAIN_LOGO_ALT_TEXT">
custom/images/SoftwareAG.png
</LoginCompanyLogo>
Specify an image file using its relative path in the <CentraSiteInstallDir>\cast\cswebapps\BusinessUI\custom\images directory. In a Windows environment, you should use forward slashes instead of backward slashes in the path name.
Login Configuration
Layout Component
Source Element
Description
CentraSite (logo)
ProductLogo
Contains property settings that are of use to modify the product logo in information panel.
For example, to modify a product logo, specify:
<LoginProductLogo tooltip=
"CS_MSG_INMBX_LBL_PAGE_TITLE">
custom/images/CentraSite.png
</ProductLogo>
Specify an image file using its relative path in the <CentraSiteInstallDir>\cast\cswebapps\BusinessUI\custom\images directory. In a Windows environment, you should use forward slashes instead of backward slashes in the path name.
Access as Guest (link)
loginAsGuest
If loginAsGuest is set to true, then the login screen is skipped and the Welcome page is shown to users when accessing the CentraSite Business UI. This allows anonymous users to skip the login screen and access the registry anonymously. You can perform a login by hitting the Log in link in the masthead of Business UI.
If loginAsGuest is set to false, then the login screen is shown to users when accessing the CentraSite Business UI.
Guest visibility
If Guest visibility is set to true, then the Access as Guest link is shown in the login screen of the CentraSite Business UI.
If Guest visibility is set to false, then the Access as Guest link is not visible in the user interface. This prevents anonymous users from skipping the login screen and accessing the registry anonymously.
Remember me (check box)
RememberMe
If RememberMe visiblity is set to true, then the Remember Me check box is shown in the login screen of the CentraSite Business UI. This helps users to store the specified login credentials as a cookie and automatically use it the next time they access the CentraSite Business UI.
If RememberMe visiblity is set to false, then the Remember Me check box is not visible in the user interface. This enforces users to manually specify their login credentials every time they access the CentraSite Business UI.
Request an Account (link)
RequestAccount
If RequestAnAccount visiblity is set to true, then the Request an Account link is shown in the login screen of the CentraSite Business UI. This enables anonymous users to create or register a new user account in CentraSite registry.
If RequestAccount visiblity is set to false, then the Request an Account link is not visible in the user interface.
ReasonForRequest
If ReasonForRequest is set to true, then the Reason for Request text box is shown in the Create an Account page of the CentraSite Business UI. This allows users to enter the specific reason why they require this account in CentraSite.
If ReasonForRequest is set to true, then the Reason for Request text box is not visible in the user interface.
Take a Tour (button)
TakeATour
Contains property settings that are of use to modify the Take a Tour button. However, the Take a Tour button is only visible if the attribute TakeATour visibility value is set to true.
If TakeATour visiblity is set to false, then the Take a Tour button is not visible in the user interface.
Footer Configuration
Layout Component
Source Element
Description
Copyright
CopyRight
Contains property settings that are of use to modify the copyright information of CentraSite in footer. However, the copyright information is only visible if the attribute CopyRight visibility is set to true.
If CopyRight visiblity is set to false, then the copyright information is not visible in the user interface.
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback