Class RequestPasswordResetModel
Represents a model for requesting a password reset.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "requestPasswordReset", Namespace = "")]
public class RequestPasswordResetModel
Constructors
View SourceRequestPasswordResetModel()
Declaration
public RequestPasswordResetModel()
Properties
View SourceGets or sets the email address of the user requesting the password reset.
Declaration
[Required]
[DataMember(Name = "email", IsRequired = true)]
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |