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 SourceUserForgotPasswordMessage()
Declaration
public UserForgotPasswordMessage()
Properties
View SourceForgotPasswordUri
Gets or sets the URI for the password reset page.
Declaration
public required Uri ForgotPasswordUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |
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 |