You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/PlexRequests.UI/Views/Login/ChangePassword.cshtml

10 lines
417 B

<form method="POST">
<br />
Old Password <input class="form-control" name="OldPassword" type="password" />
New Password <input class="form-control" name="NewPassword" type="password" />
New Password again <input class="form-control" name="NewPasswordAgain" type="password" />
<br />
<br />
<input class="btn btn-success-outline" type="submit" value="Change Password" />
</form>