summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Account/ResetPasswordConfirmation.cshtml
blob: 3804516176255ccf2630db39e13b7553c28052ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@{
    ViewBag.Title = "Reset password confirmation";
}

<hgroup class="title">
    <h1>@ViewBag.Title.</h1>
</hgroup>
<div>
    <p>
        Your password has been reset. Please @Html.ActionLink("click here to log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
    </p>
</div>