Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserForgotPasswordRequestedNotification

    Notification published when a user requests a password reset via the "forgot password" flow.

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

    This notification is published when a user initiates the password reset process, before the reset email is sent.

    Constructors

    View Source

    UserForgotPasswordRequestedNotification(string, string, string)

    Initializes a new instance of the UserForgotPasswordRequestedNotification class.

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

    The source IP address of the user requesting the password reset.

    string affectedUserId

    The ID of the user requesting the password reset.

    string performingUserId

    The ID of the user performing the request.

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