Posts

Showing posts from February, 2021

OpenShift platform in my words and a sample PostgreSQL DB deployment using CLI tool

Image
OpenShift is a containerization software and was developed by Red Hat. OpenShift Container Platform is an on-premises platform as a service (Paas)  built around Docker containers orchestrated and managed by Kubernetes on a foundation of Red Hat Enterprise Linux. The OpenShift Web Console has 2 views - developer and administrator. Administrator view is to allow one to monitor container resources and container health, manage users, work with operators, etc. Developer view is mainly to work with application resources within a namespace. OpenShift also provides a CLI that supports a superset of the actions that the Kubernetes CLI provides. Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. Because all of the con...

Localize the forgot password (OTP) email sub & body in Pega V8.x

Image
Pega is giving an OOTB feature to reset the password by clicking on "Trouble logging in?" from the login screen. After giving the user name, system would send an OTP to the email id setup from the Operator ID instance. Copy and paste the pwd to reset the login with new pwd. Sample screenshot is given below to get a recap of this functionality once. Below are the sample steps to follow in Pega V8.x for customizing the email subject and the body as shown above. 1) First we need to enable the email acct from the Security Policies to allow the system to send email using the SMTP setup using Data-EmailAccount rule instance: Default 2) Save the below OOTB correspondence rule into an Unauthenticated RSV. To know more about this RSV, follow this post:  Click here 3) To update the email subject, we need to add a step in the below activity under the same Unauthenticated RSV References: 1) Pega Community site 2) Pega developer help