ResetPasswordModel Class

Form data for creating a new password

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ResetPasswordModel
Inheritance
Object    ResetPasswordModel

Constructors

ResetPasswordModelInitializes a new instance of the ResetPasswordModel class

Properties

NewPassword New password for the user
OldPassword Original password of the user
RepeatNewPassword Repeating the new password for the user to ensure it's equal to NewPassword

See Also