Oracle WebCenter Interaction Upgrade Guide for Unix and Linux

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Description of Changes to loginpagelayout.html

The loginlayout.html is a new layout.

Summary of layout:
  • In Adaptive Layout Mode, this layout replaces the Login Page previously served directly from the portal code.
  • This layout leverages display tags to render various components of the Login Page. The Portal Login portlet complements this layout.
  • You can use this layout to create a custom login page with no other portlets on it, but you can also continue to use the Portal Login portlet if you want users to peruse the portal as guests before loging in.
  • All the tags used (for example, ptui.loginusername, ptui.loginpassword, ptui.loginauthsource, ptui.loginrememberme, ptui.loginbutton, and ptui.createaccount) should be contained in a ptui.loginform tag.
  • All the tags used in this page can be used on any other portal page.

Refer to the individual tag docs for additional details on specific tags.


  Back to Top      Previous Next