Most organizations would like to customize the text on the sign-in page according to their requirements. This is coded in LoginPage.thtml
, which is the first screen the end-users see.
Default Sign-In page - Before editing

Customize the text in LoginPage.thml
according to your requirement from the Samples.zip
file.
For example, the template below was edited on PCS running 7.0RX:
Original: <title><% title FILTER verbatim %></title>
Output: Pulse Secure PCS
Modified: <title>PSTAC</title>
Output: PS-TAC
Original: <td nowrap colspan="3"><b><% welcome FILTER verbatim %></b></td>
Output: Welcome to the
Modified: <td nowrap colspan="3"><b>PS-TAC1</b></td>
Output: PS-TAC1
Original: <td nowrap colspan="3"><span class="cssLarge"><b><% portal FILTER verbatim %></b></span></td></tr>
Output: Pulse Secure PCS
Modified: <td nowrap colspan="3"><span class="cssLarge"><b>PS-TAC2</b></span></td></tr>
Output: PS-TAC2
Original: <% instructions FILTER verbatim %>
Output: Please sign in to begin your secure session
Modified: <PS-TAC3>
Output: PS-TAC3
After customizing the LoginPage.thml
, upload the new customized template to the PCS device.
Custom Sign-In page - After modification
