Class ChangeBackOfficeUserPasswordModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public class ChangeBackOfficeUserPasswordModel
Fields
View SourceIUser
The user requesting the password change
Declaration
public required IUser
Field Value
Type | Description |
---|---|
required |
Properties
View SourceOldPassword
The old password - used to change a password when: EnablePasswordRetrieval = false
Declaration
public string OldPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |