Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangeBackOfficeUserPasswordModel

    Represents the model for changing a backoffice user's password.

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

    Constructors

    View Source

    ChangeBackOfficeUserPasswordModel()

    Declaration
    public ChangeBackOfficeUserPasswordModel()

    Properties

    View Source

    NewPassword

    Gets or sets the new password to set for the user.

    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
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX