Class ChangeBackOfficeUserPasswordModel
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public class ChangeBackOfficeUserPasswordModel
Properties
View SourceNewPassword
Declaration
public required string NewPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OldPassword
The old password - used to change a password when: EnablePasswordRetrieval = false
Declaration
public string? OldPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
User
The user requesting the password change
Declaration
public required IUser User { get; set; }
Property Value
| Type | Description |
|---|---|
| IUser |