Password reset

This commit is contained in:
Paul Schneider 2025-09-07 22:37:21 +01:00
commit 31588c0d86
4 changed files with 32 additions and 6 deletions

View file

@ -0,0 +1,8 @@
@{
ViewData["Title"] = "Reset password confirmation";
}
<h1>@ViewData["Title"].</h1>
<p>
Your password has been reset. Please <a href="~/signin">Click here to log in</a>.
</p>