@{ Layout = "~/Views/Shared/_AdminLayout.cshtml"; ViewData["Title"] = "Change Password"; }
Change Your Password
@if (ViewBag.Error != null) {
@ViewBag.Error
}
At least 6 characters
Cancel