Password Log
Password log stores user's password changes.
Password Log Model
Each password log entry has the following fields:
Field | Type | Description |
---|---|---|
timestamp | Integer | Time the record was created. |
userId | String | User's ID. |
login | String | User's login. |
initiator | String | Login of a user who changed the password. Empty, if the user changed their password by themselves. |