You are on page 1of 1

<input type="hidden" class="form-control" name="username" id="hdnUsername"/>

<input type="hidden" class="form-control" name="token" id="hdnToken" />


<div class="form-group">
<label for="txtPassword">New Password:</label>
<input type="password" class="form-control" name="newPassword"
id="txtNewPassword" />
</div>
<div class="form-group">
<label for="txtConfirmPassword">Confirm Password:</label>
<input type="password" class="form-control" name="confirmPassword"
id="txtConfirmPassword" />
</div>

You might also like