Actions

Audit log: Difference between revisions

From LimeSurvey Manual

(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...")
 
No edit summary
Line 1: Line 1:
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:
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 is created or modified
* User has logged in successfully
 
* User has logged out
- User has logged in successfully
* User try to log but fail
 
* User is deleted
- User has logged out
* Survey participant is created or modified
 
* Survey participant is deleted
- User try to log but fail
* Central database participant is created or modified
 
* Central database participant is deleted
- User is deleted
* User permissions modifications
 
* Survey settings modifications
- 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.
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.

Revision as of 18:57, 27 June 2016

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.