We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e121fc6 commit 67fb551Copy full SHA for 67fb551
enterprise/audit/table.go
@@ -146,8 +146,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
146
"name": ActionTrack,
147
"github_com_user_id": ActionIgnore,
148
"hashed_one_time_passcode": ActionSecret, // Do not expose a user's one time passcode.
149
- "one_time_passcode_expires_at": ActionIgnore,
150
- "must_reset_password": ActionIgnore,
+ "one_time_passcode_expires_at": ActionTrack,
+ "must_reset_password": ActionTrack,
151
},
152
&database.Workspace{}: {
153
"id": ActionTrack,
0 commit comments