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