The attributes are as follows:
- Username Hint
- Password Hint
- Cancel Button
- Forgot Password Link
- Register Here Link
- Language Images
These attributes are controlled via a single profile option, "Local Login Mask" (FND_SSO_LOCAL_LOGIN_MASK).
In order to display one or more of these optional attributes on the Application Login page, add the numeric values of all desired attributes and then set the value of the profile option to that value "Local Login Mask".
Following is numeric value for each attribute
- Username Hint = 01
- Password Hint = 02
- Cancel Button = 04
- Forgot Password Link = 08
- Register Here Link = 16
- Language Images = 32
If you want to display the Cancel Button on the Application login page, then the profile value should be set to 04 Cancel Button . In order to display just the language images, set the profile value to 32.
Save the record after restarting Application services your login page looks like this