Customizing the Portal UI: Modifying Portal Text

Example 2: Custom Login Instructions

This example shows how to replace the login instructions on the main login page, shown in the image below.

  1. In your browser window, copy the string you want to search for: "Log in to your personalized Portal account" (select the string and hit Ctrl/c).

  2. Navigate to the \en language folder in the \i18n directory.

  3. Right-click on the language folder and select Search....

  4. Paste the string into the Containing text field (hit Ctrl/v) and click Search Now.

  5. Open the ptmsgs_portalcommonmsgs.xml file in a text editor (in 5.0.3J deployments, the folder will be named 5.0j). The editor seen in the following images is TextPad.

  6. Search for the "Log in to your personalized Portal account" string within the ptmsgs_portalcommonmsgs.xml file.

  7. Replace the string with the following string: "Log in to your HELLO WORLD account."

  8. Save and close the ptmsgs_portalcommonmsgs.xml file.

  9. Restart your application server.

  10. Reload your portal; the new string should appear on the login page.