Class UserResetAccessFailedCountNotification
Notification published when a user's failed access count has been reset.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UserResetAccessFailedCountNotification : UserNotification, INotification
Remarks
This notification is published when a user's account lockout counter is reset, typically after a successful login or manual administrator action.
Constructors
View SourceUserResetAccessFailedCountNotification(string, string, string)
Initializes a new instance of the UserResetAccessFailedCountNotification class.
Declaration
public UserResetAccessFailedCountNotification(string ipAddress, string affectedUserId, string performingUserId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | The source IP address of the action. |
| string | affectedUserId | The ID of the user whose failed count was reset. |
| string | performingUserId | The ID of the user performing the reset. |