Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserResetAccessFailedCountNotification

    Notification published when a user's failed access count has been reset.

    Inheritance
    object
    UserNotification
    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 Source

    UserResetAccessFailedCountNotification(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX