mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Log security related events like password reset, 2FA method added, etc.
This commit is contained in:
parent
1b21bf5ddd
commit
470cd2af9e
13 changed files with 485 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue