Class AccountProfilePasswordManagementGroupViewComponent.ChangePasswordInfoModel
Inheritance
System.Object
AccountProfilePasswordManagementGroupViewComponent.ChangePasswordInfoModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Web.Pages.Account.Components.ProfileManagementGroup.Password
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class ChangePasswordInfoModel
Properties
CurrentPassword
Declaration
[Required]
[Display(Name = "DisplayName:CurrentPassword")]
[DataType(DataType.Password)]
public string CurrentPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HideOldPasswordInput
Declaration
public bool HideOldPasswordInput { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
NewPassword
Declaration
[Required]
[Display(Name = "DisplayName:NewPassword")]
[DataType(DataType.Password)]
public string NewPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NewPasswordConfirm
Declaration
[Required]
[Display(Name = "DisplayName:NewPasswordConfirm")]
[DataType(DataType.Password)]
public string NewPasswordConfirm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |