Page 1 of 1

Show company policy message on login page?

Posted: Sun Feb 21, 2016 11:18 am
by admin
Hi,
If you want to display some message as text/html on login page like below then follow the steps,

<font color="red">Please note that sharing your login details with others is strictly prohibited as per company policy, doing so may result your login inactivation. THANKS</font>

We will add it before footer,

a. Select Functional Administrator responsibility
b. Click the Personalization tab
c. In Document Path, enter /oracle/apps/fnd/sso/login/webui and click the Go button.
e. Click the Personalize Page (pencil icon) and click the Apply button.
a. Click on 'Personalize Table Layout' on the login page.
b. Under 'Personalization Structure', enable the radio button for 'Complete View' and click on 'Expand All'.
c. On the 'Cell Format: (region24)', click on the 'Create Item'.
d. Under 'Item Style' choose 'Raw Text'.
e. Enter the 'ID' and the 'Text'. In 'Text', one can use <BR> for a carriage return.
f. Return to the application and view.

Enjoy