Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserPasswordResetNotification

    Notification that is published after a user's password has been reset.

    Inheritance
    object
    UserNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserPasswordResetNotification : UserNotification, INotification
    Remarks

    This notification is useful for audit logging and security monitoring purposes.

    Constructors

    View Source

    UserPasswordResetNotification(string, string, string)

    Initializes a new instance of the UserPasswordResetNotification class.

    Declaration
    public UserPasswordResetNotification(string ipAddress, string affectedUserId, string performingUserId)
    Parameters
    Type Name Description
    string ipAddress

    The source IP address of the user resetting the password.

    string affectedUserId

    The ID of the user whose password was reset.

    string performingUserId

    The ID of the user performing the password reset.

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