diff --git a/BTCPayServer/Views/Account/ForgotPassword.cshtml b/BTCPayServer/Views/Account/ForgotPassword.cshtml index d7997c1e1..fcc7538a9 100644 --- a/BTCPayServer/Views/Account/ForgotPassword.cshtml +++ b/BTCPayServer/Views/Account/ForgotPassword.cshtml @@ -3,23 +3,37 @@ ViewData["Title"] = "Forgot your password?"; } -

@ViewData["Title"]

-

Enter your email.

-
-
-
-
-
-
- - - +
+
+
+
+ @Html.Partial("_StatusMessage", TempData["StatusMessage"])
- - +
+
+
+

@ViewData["Title"]

+
+
+
+
+

Start password reset

+
+

+ We all forget passwords every now and then. Just provide email address tied to your account and we'll start the process of helping you recover your account. +

+
+
+ + + +
+ +
+
+
-
- + @section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") } diff --git a/BTCPayServer/Views/Account/ForgotPasswordConfirmation.cshtml b/BTCPayServer/Views/Account/ForgotPasswordConfirmation.cshtml index ef1e54ed1..a03e00f86 100644 --- a/BTCPayServer/Views/Account/ForgotPasswordConfirmation.cshtml +++ b/BTCPayServer/Views/Account/ForgotPasswordConfirmation.cshtml @@ -1,8 +1,22 @@ @{ - ViewData["Title"] = "Forgot password confirmation"; + ViewData["Title"] = "Email sent!"; } -

@ViewData["Title"]

+

- Please check your email to reset your password.

+ + +
+
+
+
+

@ViewData["Title"]

+
+

+ Please check your email to reset your password. +

+
+
+
+