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 : Login Configuration
Login Configuration
The element <GUIConfiguration> in the standard centrasite.xml file refers to the login configuration.
<!-- HEADER PANEL CONFIGURATION -->
<Header>
<CompanyLogo tooltip="CS_MSG_INMBX_IMG_APP_MAIN_LOGO_ALT_TEXT">
images/system/softwareag.png
</CompanyLogo>
<HeaderLogo tooltip="CS_MSG_INMBX_LBL_PAGE_TITLE">
images/system/CS_Nameplate.png
</HeaderLogo>
</Header>
 
<!-- FOOTER PANEL CONFIGURATION -->
<Footer>
<Time visibility="true" />
<CopyRight visibility="true">CS_MSG_INMBX_LBL_COPYRIGHT</CopyRight>
<PoweredBy tooltip="CS_MSG_INMBX_LBL_FOOTER_TEXT" visibility="true">
images/system/webfooter_powered_by.png
</PoweredBy>
</Footer>
 
<!-- INFORMATION PANEL CONFIGURATION -->
<InfoPanel visibility="true">
<LoginCompanyLogo tooltip="CS_MSG_INMBX_IMG_APP_MAIN_LOGO_ALT_TEXT">
images/system/SAG_Blue_Flag_forLogin_129x51.png
</LoginCompanyLogo>
<ProductLogo tooltip="CS_MSG_INMBX_LBL_PRODUCT_INTRO_HEADER">
images/system/cs_product_logo_70x70.png
</ProductLogo>
<ProductName tooltip="CS_MSG_INMBX_LBL_PRODUCT_INTRO_TEXT">
CS_MSG_INMBX_IMG_APP_HEADER_ALT_TEXT
</ProductName>
<ProductNameLogo tooltip="CS_MSG_INMBX_LBL_PRODUCT_INTRO_HEADER">
images/system/cs_nameplate_forlogin_206x36.png
</ProductNameLogo>
<IntroductionText>CS_MSG_INMBXI0001</IntroductionText>
<TakeATour visibility="true" url="http://www.softwareag.com">
CS_MSG_INMBX_BTN_TOUR
</TakeATour>
</InfoPanel>
 
<!-- LOGIN PANEL CONFIGURATION -->
<LoginPage loginAsGuest="false">
<RememberMe visibility="true" />
<Guest visibility="true" />
<RequestAnAccount visibility="true">
<ReasonForRequest visibility="true" />
</RequestAnAccount>
</LoginPage>
To use your customized login page instead of the standard login page, make your changes in the custom configuration file located in the <CentraSiteInstallDir>\cast\cswebapps\BusinessUI\custom\conf directory.
Header Panel Configuration
Layout Component
Source Element
Description
Header logo
HeaderLogo
Sets the header logo.
Company logo
CompanyLogo
Sets the company logo in header.
Information Panel Configuration
Layout Component
Source Element
Description
Company logo
CompanyLogo
Sets the company logo in information panel.
Product logo
ProductLogo
Sets the product logo in information panel.
Product name
ProductName
Sets the product name in information panel.
Product name
ProductNameLogo
Sets the product name logo in information panel.
Information panel
Infopanel
Sets the information panel. However, the Infopanel is only visible if the attribute visibility value is set to true.
Introduction
IntroductionText
Defines the introduction text about CentraSite.
Take a tour
TakeATour
Sets the Take a Tour button. However, the Take a Tour button is only visible if the attribute visibility value is set to true.
Login Panel Configuration
Layout Component
Source Element
Description
Login as guest
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
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 shown in the login screen of the CentraSite Business UI. This prevents anonymous users from skipping the login screen and accessing the registry anonymously.
Remember me
RememberMe
If RememberMe 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 is set to false, then the Remember Me check box is not shown in the login screen of the CentraSite Business UI. This enforces users to manually specify their login credentials every time they access the CentraSite Business UI.
Request an account
RequestAccount
If RequestAccount 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 is set to false, then the Request an Account link is not shown in the login screen of the CentraSite Business UI.
Reason for request an account
ReasonForRequest
If ReasonForRequest is set to true, then the Reason for Request text box is shown in the Request an Account screen 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 false, then the Reason for Request text box is not shown in the Request an Account screen of the CentraSite Business UI.
Footer Panel Configuration
Layout Component
Source Element
Description
Copyright information
CopyRight
Defines the copyright information of CentraSite in footer. However, the CopyRight information is only visible if the attribute visibility value is set to true.
Date and time
Time
Defines the current date and time in footer.
Powered by
PoweredBy
Sets the “Powered by” logo in footer. However, the “Powered by” logo is only visible if the attribute visibility value is set to true.
Copyright © Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback