Portal UI Customization: Basic

Customizing the Portal Login Experience

The login process is a key part of every user's portal experience. The login page is a standard portal page, so there are many tools that allow you to customize the look and feel or functionality of the login experience:

Note: For modes 1-3, you must set the DefaultAuthSourcePrefix tag to the prefix of the default auth source.  

To include the ALI (Plumtree) Auth Source in the list, make an entry with "Plumtree Auth Source" as the value.  The ALI (Plumtree) Auth Source is used for users created in the User Database in the portal. For example, to include the ALI (Plumtree) Auth Source as the 3rd item in the list, use the following tag:

<AuthSourcePrefix3 value="Plumtree Auth Source"></AuthSourcePrefix3>

This list will be read in ascending order starting with 1 until there is no next sequential number.  The auth sources with associated prefixes are displayed first, followed by any auth sources not included in the ordered list.

Next: Customizing Experience Definitions