Class UserUnlockedNotification
Notification that is published after a user account has been unlocked.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UserUnlockedNotification : UserNotification, INotification
Remarks
This notification is useful for audit logging and security monitoring purposes.
Constructors
View SourceUserUnlockedNotification(string, string, string)
Initializes a new instance of the UserUnlockedNotification class.
Declaration
public UserUnlockedNotification(string ipAddress, string affectedUserId, string performingUserId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | The source IP address associated with the unlock. |
| string | affectedUserId | The ID of the user whose account was unlocked. |
| string | performingUserId | The ID of the user performing the unlock. |