Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangeBackOfficeUserPasswordModel

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

    Properties

    View Source

    NewPassword

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

    OldPassword

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

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

    ResetPasswordToken

    The reset token that is required if changing your own password without the old password.

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

    User

    The user requesting the password change

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