Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ChangeError

    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
    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ChangeError
      • ResetPassword
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX