Sep 10, 2016

on 1 comment

Clean up login page for EBS 12.2.5


Man, do you think functional person know what does this Metalink doc mean ?


From Metalink doc 2105595.1 "12.2.5 : How to Personalize Login Page to show/hide links", it said that assigning comma-separated DOM ID (prefixed by #) to profile option "Local Login Hide Items", or profile option code "FND_LOGIN_HIDE", in order to hide those DOM objects from showing in the login page.
Okay. Here are the list for DOM ID you can use:
#logo
#ForgotPasswordURL
#RegisterHereURL
#AccessibilityBox
#FooterBox
#LanguagePickerBox
If you assign this value to that profile option:
#logo,#ForgotPasswordURL,#RegisterHereURL,#AccessibilityBox,#LanguagePickerBox,#FooterBox
The login page will become simple and clean ! (remember clearing the cache after setting the value)

1 comments:

Anonymous said...

After the recent patches applied to 12.2.3, the login page transformed to be the same as 12.2.5.
We followed the Doc ID 741459.1 and spent days trying to figure out why the personalization is not working on the login page (to hide the forgot password link). Everything we tried from personalization perspective did not work until we came across the information above.
Thanks a lot for sharing the info.