Customizing LOGIN screen
NOTE: Please check the license agreement before you customize anything from the Oracle BI application
BI EE login screen primarily works (from the UI perspective) using the following style, stylesheets and XML messages.
1. Logon.css - Stylesheet that sets the font sizes, background color etc
2. LogonControlMessages.xml
3. LogonMessages.xml
4. ProductMessages.xml
5. Utilmessages.xml
6. sk_oracle10 - Base skin which provides the images for the login screen.
The login image of the login screen comes from the bglogon.jpg (this would be present in your base skin i.e {OracleBI}\web\app\res\sk_oracle10\b_mozilla_4. In order to modify this image, just create a new skin and put a new image under the same name as bglogon.jpg.
The word Oracle Business Intelligence comes from the kmsgProductGeneral message in ProductMessages.xml (This file would be under {OracleBI}\web\msgdb\l_en\messages )
“Please enter your User ID and Password below, and then press the Log In button.” - This comes from kmsgAuthenticateRequestedContentRequiresLogon message of the logonmessages.xml (This file is present under {OracleBI}\web\msgdb\l_en\messages ).
Lastly the copyright messages come from the message kmsgNQuireLegalCopyright in utilmessages.xml (This file would be present under {OracleBI}\web\msgdb\l_en\messages).
BI EE login screen primarily works (from the UI perspective) using the following style, stylesheets and XML messages.
1. Logon.css - Stylesheet that sets the font sizes, background color etc
2. LogonControlMessages.xml
3. LogonMessages.xml
4. ProductMessages.xml
5. Utilmessages.xml
6. sk_oracle10 - Base skin which provides the images for the login screen.
The login image of the login screen comes from the bglogon.jpg (this would be present in your base skin i.e {OracleBI}\web\app\res\sk_oracle10\b_mozilla_4. In order to modify this image, just create a new skin and put a new image under the same name as bglogon.jpg.
The word Oracle Business Intelligence comes from the kmsgProductGeneral message in ProductMessages.xml (This file would be under {OracleBI}\web\msgdb\l_en\messages )
“Please enter your User ID and Password below, and then press the Log In button.” - This comes from kmsgAuthenticateRequestedContentRequiresLogon message of the logonmessages.xml (This file is present under {OracleBI}\web\msgdb\l_en\messages ).
Lastly the copyright messages come from the message kmsgNQuireLegalCopyright in utilmessages.xml (This file would be present under {OracleBI}\web\msgdb\l_en\messages).