9 lines
218 B
Plaintext
Executable File
9 lines
218 B
Plaintext
Executable File
@{
|
|
ViewData["Title"] = SR["Reset password confirmation"];
|
|
}
|
|
|
|
<h1>@ViewData["Title"].</h1>
|
|
<p>
|
|
@SR["Your password has been reset."] @SR["Please"] <a href="~/signin">@SR["Click here to log in"]</a>.
|
|
</p>
|