mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: show audit logs for forgot password flow (#15181)
Fixes https://github.com/coder/coder/issues/15150 Audit logs for requesting a password reset, and a user updating their password, now show up in the audit log.
This commit is contained in:
Generated
+11
-10
@@ -513,16 +513,17 @@
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
| Value |
|
||||
| ---------- |
|
||||
| `create` |
|
||||
| `write` |
|
||||
| `delete` |
|
||||
| `start` |
|
||||
| `stop` |
|
||||
| `login` |
|
||||
| `logout` |
|
||||
| `register` |
|
||||
| Value |
|
||||
| ------------------------ |
|
||||
| `create` |
|
||||
| `write` |
|
||||
| `delete` |
|
||||
| `start` |
|
||||
| `stop` |
|
||||
| `login` |
|
||||
| `logout` |
|
||||
| `register` |
|
||||
| `request_password_reset` |
|
||||
|
||||
## codersdk.AuditDiff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user