Actions

Audit log

From LimeSurvey Manual

Revision as of 18:53, 27 June 2016 by Aesteban (talk | contribs) (Created page with "Audit log plugin creates a log of '''administration''' events in a specific table called ''<DB prefix>auditlog_log''. The list of events that are logged is: - User is create...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Audit log plugin creates a log of administration events in a specific table called <DB prefix>auditlog_log. The list of events that are logged is:


- User is created or modified

- User has logged in successfully

- User has logged out

- User try to log but fail

- User is deleted

- Survey participant is created or modified

- Survey participant is deleted

- Central database participant is created or modified

- Central database participant is deleted

- User permissions modifications

- Survey settings modifications


LS admin can configure which events are logged from this list by using the check boxes of plugin configuration page. Some of this events are related to specifics surveys. There is a specific configuration option for each survey in "Survey settings -> General Settings -> General options -> Plugins -> Settings for plugin AuditLog -> Audit log for this survey". This configuration option allows to completely disable Audit log for specific surveys. If we want to log all events of a survey we have to enable all events in plugin configuration and we have to enable specific survey logging.