Customizing login screens for your Pega application
Your Pega application uses several rules that correspond to each screen accessed by unauthenticated operators (users who have not logged in). Pega Platform allows you to customize these screens-including the login screen, authentication screen, logout screen, and other screens-through their source HTML and custom cascading style sheets (CSS).
To edit the source markup language to customize your login screens, see the following topics:
- Configuring a Browser requestor
After you create an authentication service, you must associate a Browser requestor and Pega application with an unauthenticated Access Group and ruleset to synchronize customizations of your login screens with your application.
- Editing the source HTML of your login screen
Your Pega application uses several rules that form the source markup HTML and CSS of your login screens. To customize these login screens, you can add your own HTML structure, CSS elements, or background images to the source fields in each of their respective HTML and Text rules.
- Editing the text rules containing the source CSS for login screens
Your Pega application uses several rules that form the source markup HTML and CSS of your login screens. To customize these login screens, you can add your own HTML structure, CSS elements, or background images to the source fields in each of their respective HTML and Text rules.
- Adding a new background image to your login screen
You can integrate a custom background image into your Pega application login screen HTML through a binary file.
Previous topic Customizing fonts for your Pega application Next topic Configuring a Browser requestor