Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangeUserPasswordModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class ChangeUserPasswordModel

    Properties

    View Source

    NewPassword

    Declaration
    public required string NewPassword { get; set; }
    Property Value
    Type Description
    string
    View Source

    OldPassword

    Declaration
    public string? OldPassword { get; set; }
    Property Value
    Type Description
    string
    View Source

    ResetPasswordToken

    Declaration
    public string? ResetPasswordToken { get; set; }
    Property Value
    Type Description
    string
    View Source

    UserKey

    Declaration
    public Guid UserKey { get; set; }
    Property Value
    Type Description
    Guid
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX