EOS/Views/User/ChangePasswordSuccess.cshtml
Nidhi Bhargava f0c1ab20e1 code push
2025-09-04 16:25:07 +05:30

15 lines
425 B
Plaintext

@{
ViewBag.Title = "Change Password";
}
<h2 class="titleH">
Change Password</h2>
<div style="background-color:#FFF;height:100%;width:100%;">
<p class="cpSuccess">
<img alt="" src="@Url.Content("~/Content/css/images/icons/accept.png")" />
Your password has been changed successfully.
<label>
@Html.ActionLink("Go to home!", "Index", "Home")
</label>
</p>
</div>