Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserForgotPasswordMessage

    Represents the message data for a forgot password notification to a user.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserForgotPasswordMessage

    Constructors

    View Source

    UserForgotPasswordMessage()

    Declaration
    public UserForgotPasswordMessage()

    Properties

    View Source

    ForgotPasswordUri

    Gets or sets the URI for the password reset page.

    Declaration
    public required Uri ForgotPasswordUri { get; set; }
    Property Value
    Type Description
    Uri
    View Source

    Recipient

    Gets or sets the user who will receive the forgot password message.

    Declaration
    public required IUser Recipient { get; set; }
    Property Value
    Type Description
    IUser
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX