Class PasswordChangedModel
A model representing an attempt at changing a password
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class PasswordChangedModel : ErrorMessageResult
Properties
View SourceResetPassword
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 |