mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00: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
+2
-1
@@ -19,7 +19,8 @@ CREATE TYPE audit_action AS ENUM (
|
||||
'stop',
|
||||
'login',
|
||||
'logout',
|
||||
'register'
|
||||
'register',
|
||||
'request_password_reset'
|
||||
);
|
||||
|
||||
CREATE TYPE automatic_updates AS ENUM (
|
||||
|
||||
Reference in New Issue
Block a user