Question

United health group
IN
Last activity: 25 Aug 2015 2:43 EDT
Login Activity Customization
Hi All,
I have a requirement in my application Built on Pega 6.1.
When a user login or logout into the application or delete or modify any data instances we should log a security audit event in a RDB table.
I am facing issue in dealing with Login event.
PEGA 6.2 AND ABOVE:
For this requirement generally in higher versions of Pega when a user logs in a record is placed into pr_log table , If we enable security polies (INTRODUCED IN PEGA6.2).
So we wrote a declare trigger on Log-Security Audit class and calling my custom activity to log a security audit event in a RDB table.
PEGA 6.1:
But as my application is in Pega 6.1 ,Pega by default doesnot log login attempts into pr_log table. So can u please suggest me how to achieve this .