mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Client logins/password - Add tracking in DB when passwords are changed/rotated
This commit is contained in:
1
db.sql
1
db.sql
@@ -759,6 +759,7 @@ CREATE TABLE `logins` (
|
||||
`login_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),
|
||||
`login_archived_at` datetime DEFAULT NULL,
|
||||
`login_accessed_at` datetime DEFAULT NULL,
|
||||
`login_password_changed_at` datetime DEFAULT current_timestamp(),
|
||||
`login_contact_id` int(11) NOT NULL DEFAULT 0,
|
||||
`login_vendor_id` int(11) NOT NULL DEFAULT 0,
|
||||
`login_asset_id` int(11) NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user