CentraSite 10.3 | CentraSite Developer's Guide | Customizing CentraSite | Customization of CentraSite Business UI | Customizing CentraSite Login Page | CentraSite Login Page Configuration
 
CentraSite Login Page Configuration
The element <GUIConfiguration> in the centrasite.xml file contains the properties for customization of CentraSite Business UI. The Login page configuration includes configuring the header, content panel, and the footer.
Note:
Make sure that you specify an image file using its relative path in the <CentraSiteInstall_Directory>\cast\cswebapps\BusinessUI\custom\images directory. In a Windows environment, use forward slashes instead of backward slashes in the path name.
Header Configuration
Layout Component
Configuration Property
Description
CENTRASITE BY SOFTWARE AG
BlueFlagCompanyLogo
Contains property settings that are used to modify the company logo in the Login page of CentraSite Business UI.
To modify the company logo, configure the property statement:
<BlueFlagCompanyLogo
tooltip="CS_MSG_INMBX_LBL_PAGE_TITLE">
images/custom/
centrasite_by_sag_stacked.png
</BlueFlagCompanyLogo>
Content Panel Configuration
Layout Component
Configuration Property
Description
Welcome Please Log in
LoginProductLogo
Contains property settings that are used to modify the CentraSite login information in the Login page of CentraSite Business UI.
To modify the CentraSite login information, configure the property statement:
<LoginProductLogo
tooltip="CS_MSG_INMBX_LBL_PAGE_TITLE">
images/custom/
img_CentraSite_loginscreen.png
</LoginProductLogo>
Access as Guest (link)
loginAsGuest
Contains property settings that are used to modify the Access as Guest link.
If the attribute loginAsGuest is set to true, then the Login page is skipped and the Welcome page appears to users when accessing CentraSite Business UI. This allows anonymous users to skip the Login screen and access the registry anonymously. You can perform a login by clicking the Log in link in the masthead of CentraSite Business UI.
If the attribute loginAsGuest is set to false, then the Login page appears to users when accessing the CentraSite Business UI.
Guest visibility
Contains property settings that are used to modify the Access as Guest link.
If the attribute visibility is set to true, then the Access as Guest link will appear in the Login page of CentraSite Business UI.
If the attribute visibility is set to false, then the Access as Guest link will not appear in the user interface. This prevents anonymous users from skipping the Login page and accessing the registry anonymously.
To enable or disable the Access as Guest link, configure the property statement:
<Guest visiblity="true" />
Remember me (check box)
RememberMe
Contains property settings that are used to modify the Remember me check box.
If the attribute visiblity is set to true, then the Remember Me check box will appear in the Login page of CentraSite Business UI. This helps users to store the specified login credentials as a cookie and automatically use it the next time they access CentraSite Business UI.
If the attribute visiblity is set to false, then the Remember Me check box will not appear in the user interface. This enforces users to manually specify their login credentials every time they access CentraSite Business UI.
To enable or disable the Remember me check box, configure the property statement:
<RememberMe visiblity="true" />
Request an Account (link)
RequestAnAccount
Contains property settings that are used to modify the Request an Account link.
If the attribute visiblity is set to true, then the Request an Account link will appear in the Login page of CentraSite Business UI. This enables anonymous users to create or register a new user account in CentraSite registry.
If the attribute visiblity is set to false, then the Request an Account link will not appear in the user interface.
To modify the Request an Account link, configure the property statement:
<RequestAnAccount
visiblity="true">
ReasonForRequest
Contains property settings that are used to modify the Request an Account link.
If the attribute visiblity is set to true, then the Reason for Request text box will appear in the Create an Account page of CentraSite Business UI. This allows users to enter the specific reason why they require this account in CentraSite.
If the attribute visiblity is set to true, then the Reason for Request text box will not appear in the user interface.
To enable or disable the Reason for Request text box, configure the property statement:
<ReasonForRequest visiblity="true"/>
Take a Tour (button)
TakeATour
Contains property settings that are used to modify the Take a Tour button.
If the attribute visiblity is set to true, then the Take a Tour button will appear in the Login page of CentraSite Business UI. This allows users to enter the specific reason why they require this account in CentraSite.
If the attribute visiblity is set to false, then the Take a Tour button will not appear in the user interface.
To modify the Take a Tour button, configure the property statement:
<TakeATour visiblity="true"
url="http://www.softwareag.com">
CS_MSG_INMBX_BTN_TOUR</TakeATour>
Take a Tour (image)
TakeATour
Contains property settings that are used to modify the Take a Tour image.
If the attribute visiblity is set to true, then the Take a Tour image will appear in the Login page of CentraSite Business UI. This allows users to enter the specific reason why they require this account in CentraSite.
If the attribute visiblity is set to false, then the Take a Tour image will not appear in the user interface.
To modify the Take a Tour image, configure the property statement:
<TakeATourImage>
images/custom/ico_up_TakeATour_50x43.png
</TakeATourImage>
Footer Configuration
Layout Component
Configuration Property
Description
Copyright
CopyRight
Contains property settings that are used to modify the Copyright information.
If the attribute visiblity is set to true, then the Copyright information will appear in the Login page of CentraSite Business UI.
If the attribute visiblity is set to false, then the copyright information will not appear in the user interface.
To enable or disable the Copyright text, configure the property statement:
<CopyRight
visiblity="true">
CS_MSG_INMBX_LBL_COPYRIGHT
</CopyRight>
Powered by Software AG
PoweredBy
Contains property settings that are used to modify the Software AG logo.
If the attribute visiblity is set to true, then the Software AG logo will appear in the Login page of CentraSite Business UI.
If the attribute visiblity is set to false, then the Software AG logo will not appear in the user interface.
To enable or disable the Powered by Software AG logo, configure the property statement:
<PoweredBy
tooltip="CS_MSG_INMBX_LBL_FOOTER_TEXT"
visiblity="true">images/system/
webfooter_powered_by.png
</PoweredBy>