Trigger action when operator log via console | Community
Skip to main content
New Participant
October 26, 2020
Solved

Trigger action when operator log via console

  • October 26, 2020
  • 2 replies
  • 1787 views

Hello,

We are trying to log failed attempts to login via the console, in order to deactivate operator account after x failed attempts.

Do you know how it is possibe to run a script when user try to login (and failed)?

Thank you,

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

Hello @roro_coeur ,

 

logins.log file logs all the data for the logins. You can read that file to find out the failed logins and apply the logic via the workflow.

 

Path of the login log file: /usr/local/neolane/nl6/var/INSTANCE_NAME/logins.log 

 

Thanks,

Manoj

 

 

2 replies

Sukrity_Wadhwa
Employee
November 4, 2020

Hi @roro_coeur,

Were you able to resolve this query with the given solution or do you still need help? Do let us know.

Thanks!

Sukrity Wadhwa
_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
October 26, 2020

Hello @roro_coeur ,

 

logins.log file logs all the data for the logins. You can read that file to find out the failed logins and apply the logic via the workflow.

 

Path of the login log file: /usr/local/neolane/nl6/var/INSTANCE_NAME/logins.log 

 

Thanks,

Manoj

 

 

     Manoj     Find me on LinkedIn
New Participant
October 26, 2020
Thank you Manoj, I had this solution in mind if no other solution was possible... reading the file every minute sound a bit heavy..