3.53 audit log and membership plugin

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 16, 2020   (RSS)

By kitsguru - March 15, 2020

I really like the new audit log. I was examining the code for adding an entry and it would seem to indicate that it logs the membership plugin by referencing the web user.

    'user_cms'         => _errorlog_getCurrentUserSummaryFor('cms'),
    'user_web'         => _errorlog_getCurrentUserSummaryFor('web'),

However when I login using the membership generated code, there is no corresponding entry in the audit log.

What would  be the easiest way to add this?

Also what is the event source supposed to represent as it is typically blank?

Jeff Shields