Adding links to logon screens
By default, the logon screen of the application website includes several links, for example, a link for creating accounts. Add more links to offer more options on the logon screen. For example, a link to the Pega Government Platform landing page, where you can learn more about the application and its features.
In Dev Studio, search for and open the UserServices HTML fragment rule.
On the HTML tab, in the HTML Source section, add an entry for the new link by using the formatting in the following example:
<a style="color: #ffffff" href="/prweb/IAC?UserIdentifier=serviceuser2">Need help?</a>
In this example, serviceuser2 is a direct reference to an operator record with a specific activity in the Security tab.
Search for and open the operator record that you use in the new entry, for example, serviceuser2.
On the Security tab, in the Starting activity to execute field, enter the activity that you want to initiate when users click the link.
For example, PegaPS-Work-User-ForgotPassword.ShowForgotPassword.
If no existing activities meet your requirements, create an activity. For more information, see Creating an activity.
Previous topic Application website Next topic Changing access groups for new operators