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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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