Customizing the Logon Page

You can customize the logon page to add a proprietary disclaimer. This allows a company to broadcast this to all users when logging in to EPM Workspace. This information is displayed below the Copyright information.

  To customize the logon page:

  1. Follow instructions in the topic Extract a file in the Workspace Web Application.

  2. Backup file <temp directory>/war/WEB-INF/lib/bpmui.jar.

  3. Extract the contents of <temp directory>/war/WEB-INF/lib/bpmui.jar to <temp directory>/bpmui_jar/..

  4. Backup file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/Resources_en.properties.

  5. Edit file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/Resources_en.properties.

  6. Search for the property bpm.logonCopyright.

  7. Modify the text to the right of the equal sign. Use \n to get a new line.

  8. Save your changes.

  9. Repeat step step 1 through step step 8 for all the other Resources_xx.properties files for other locales.

  10. Jar the contents of <temp directory>/bpmui_jar/ to <temp directory>/war/WEB-INF/lib/bpmui.jar.

  11. Continue with the topic, Re-package a file inside the Workspace Web Application.