0 Replies Latest reply on Nov 12, 2015 4:45 AM by kmranganathan

    Get user id during failed Login

    kmranganathan

      Hi,

      Whenever an user login attempt fails, I would like to log the same along with the user id.

       

      I am using PL basic IDM schema in a web app and am using events to log, such as:

      void onLoginFailed(@Observes LoginFailedEvent event) {

      }

       

      However, the LoginFailedEvent class is kind of empty and doesn't provide any information to me. How do I get the user id in this case?

       

      I am using PL 2.7.0.FINAL.

       

      Thanks,

      Ranga.