Enum AuditEvent
Specifies the type of audit event that occurred.
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public enum AuditEvent
Fields
| Name | Description |
|---|---|
| AccountLocked | The user account was locked due to too many failed login attempts. |
| AccountUnlocked | The user account was unlocked. |
| ForgotPasswordChangedSuccess | The password was successfully changed via the forgot password flow. |
| ForgotPasswordRequested | A forgot password request was made. |
| LoginFailed | A login attempt failed. |
| LoginRequiresVerification | The login requires additional verification (e.g., two-factor authentication). |
| LoginSucces | The login was successful. |
| LogoutSuccess | The user logged out successfully. |
| PasswordChanged | The user's password was changed. |
| PasswordReset | The user's password was reset. |
| ResetAccessFailedCount | The failed access count was reset for the user. |
| SendingUserInvite | A user invite is being sent. |