firegento / firegento-adminmonitoring

Monitor all activities in the backend and provide a history about the changes.
GNU General Public License v3.0
91 stars 23 forks source link

Log out #22

Closed shumaise closed 8 years ago

shumaise commented 8 years ago

Hi

Is there a way to monitor logout of admin.

Schrank commented 8 years ago

I don't think logout is implemented. Beside this you can only log, when one is logging out eplicitly. You can't log when session times out easily

therouv commented 8 years ago

Hi @shumaise unfortunately Magento does not provide any events during the logout process. We could observe the controller predispatch but as @Schrank mentioned: if the session times out, we could not log any logout. I'd be happy to merge any PR of you which solves your request.

Side note: My personal opinion is, that monitoring the login is far more important than the logout.