Log security related events like password reset, 2FA method added, etc.

This commit is contained in:
Jan Böhmer 2020-04-03 18:27:47 +02:00
parent 1b21bf5ddd
commit 470cd2af9e
13 changed files with 485 additions and 8 deletions

View file

@ -83,7 +83,8 @@ use Psr\Log\LogLevel;
* 8 = "ConfigChangedLogEntry",
* 9 = "InstockChangedLogEntry",
* 10 = "DatabaseUpdatedLogEntry",
* 11 = "CollectionElementDeleted"
* 11 = "CollectionElementDeleted",
* 12 = "SecurityEventLogEntry",
* })
*/
abstract class AbstractLogEntry extends AbstractDBElement