Class PasswordChangedModel
A model representing an attempt at changing a password
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class PasswordChangedModel
Properties
View SourceChangeError
The error affiliated with the failing password changes, null if changing was successful
Declaration
public ValidationResult ChangeError { get; set; }
Property Value
Type | Description |
---|---|
System.ComponentModel.DataAnnotations.ValidationResult |
ResetPassword
If the password was reset, this is the value it has been changed to
Declaration
public string ResetPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |