Easy to create CSS login screens using Pega PE V851
We all know that we have OOTB login screen given by Pega and is built on CSS and HTML. But the login screen in OOTB is a static screen and is not a flash/animated gif screen where we have the rich look & feel. Pega won't stop us to leverage these animated login screens in the system. To implement a animated login screen, we need the custom CSS and JS files to update the Pega rules in a specific ruleset version accordingly. The main HTML rule:@baseclass.Web-Login in Pega is used to create the login screen. There is a OOTB rule: py-login-screen where it has the CSS specifications to use in the login form.
To begin on this exercise, first you need to have a dedicated ruleset for making the changes. I am giving my old post link where you have all the steps mentioned to create a ruleset in this context. Here is the link to follow before we start this PoC.
http://pisupativenkatasesha.blogspot.com/2020/12/how-to-change-pega-login-screen-with.html
First of all, we need to have CSS, JS file to begin with. Here is a site: https://freefrontend.com/css-login-forms/ where you can choose your favorite login screen an the code to be used in Pega. I have taken 2 login screens for this post.
(1) A simple login screen with animated feature given in the code. The login screen look and feel is given below.
References:
1) Google.com
2) Pega Community site
3) Pega developer help