2016-05-17 18:22:18 +02:00
|
|
|
@{
|
2016-07-29 15:00:12 +02:00
|
|
|
ViewData["Title"] = SR["Reset password confirmation"];
|
2016-05-17 18:22:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<h1>@ViewData["Title"].</h1>
|
|
|
|
|
<p>
|
2016-07-29 15:00:12 +02:00
|
|
|
@SR["Your password has been reset."] @SR["Please"] <a href="~/signin">@SR["Click here to log in"]</a>.
|
2016-05-17 18:22:18 +02:00
|
|
|
</p>
|