Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangeBackOfficeUserPasswordModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class ChangeBackOfficeUserPasswordModel

    Fields

    View Source

    IUser

    The user requesting the password change

    Declaration
    public required IUser
    Field Value
    Type Description
    required

    Properties

    View Source

    OldPassword

    The old password - used to change a password when: EnablePasswordRetrieval = false

    Declaration
    public string OldPassword { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • IUser
    • Properties
      • OldPassword
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX