Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangingPasswordModel

    A model representing the data required to set a member/user password depending on the provider installed.

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

    Properties

    View Source

    Id

    The ID of the current user/member requesting the password change For users, required to allow changing password without the entire UserSave model

    Declaration
    [DataMember(Name = "id")]
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    OldPassword

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

    Declaration
    [DataMember(Name = "oldPassword")]
    public string OldPassword { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Id
      • OldPassword
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX