diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs index 297e54cd69..09392e50b1 100644 --- a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs +++ b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs @@ -17,9 +17,7 @@ using Volo.Abp.DependencyInjection; using Volo.Abp.Identity; using Volo.Abp.Identity.AspNetCore; using Volo.Abp.MultiTenancy; -using Volo.Abp.SecurityLog; using Volo.Abp.Settings; -using Volo.Abp.Uow; namespace Volo.Abp.Account.Web.Pages.Account { diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ForgotPassword.cshtml b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ForgotPassword.cshtml index 3702369fae..dd7d7586d0 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ForgotPassword.cshtml +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ForgotPassword.cshtml @@ -4,18 +4,18 @@ @using Volo.Abp.Account.Localization @model Volo.Abp.Account.Web.Pages.Account.ForgotPasswordModel @inject Volo.Abp.AspNetCore.Mvc.UI.Layout.IPageLayout PageLayout -@{ - PageLayout.Content.Title = L["ForgotPassword"].Value; -} -
-
-

@L["SendPasswordResetLink_Information"]

- - - - @L["Submit"] - - @L["Login"] - - +
+
+

@L["ForgotPassword"]

+
+

@L["SendPasswordResetLink_Information"]

+ + + + @L["Submit"] + + @L["Login"] + + +
diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/PasswordResetLinkSent.cshtml b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/PasswordResetLinkSent.cshtml index d970af73e3..8bd2e2ebb5 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/PasswordResetLinkSent.cshtml +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/PasswordResetLinkSent.cshtml @@ -4,10 +4,12 @@ @using Microsoft.AspNetCore.Mvc.Localization @using Volo.Abp.Account.Localization @inject IHtmlLocalizer L -@{ - PageLayout.Content.Title = L["ForgotPassword"].Value; -} -

@L["PasswordResetMailSentMessage"]

-
- ← @L["BackToLogin"] +
+
+

@L["ForgotPassword"]

+
+

@L["PasswordResetMailSentMessage"]

+ ← @L["BackToLogin"] +
+
diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPassword.cshtml b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPassword.cshtml index 4373be552e..64d835497c 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPassword.cshtml +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPassword.cshtml @@ -4,19 +4,19 @@ @using Volo.Abp.Account.Localization @model Volo.Abp.Account.Web.Pages.Account.ResetPasswordModel @inject Volo.Abp.AspNetCore.Mvc.UI.Layout.IPageLayout PageLayout -@{ - PageLayout.Content.Title = L["ResetPassword"].Value; -} -
-

@L["ResetPassword_Information"]

- - - - - - - - - @L["Cancel"] - - +
+
+

@L["ResetPassword"]

+
+

@L["ResetPassword_Information"]

+ + + + + + + @L["Cancel"] + + +
+
diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPasswordConfirmation.cshtml b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPasswordConfirmation.cshtml index f29e6620f5..32c514656c 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPasswordConfirmation.cshtml +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPasswordConfirmation.cshtml @@ -4,8 +4,10 @@ @using Microsoft.AspNetCore.Mvc.Localization @using Volo.Abp.Account.Localization @inject IHtmlLocalizer L -@{ - PageLayout.Content.Title = L["ResetPassword"].Value; -} -

@L["YourPasswordIsSuccessfullyReset"]

-@L["GoToTheApplication"] +
+
+

@L["ResetPassword"]

+

@L["YourPasswordIsSuccessfullyReset"]

+ @L["GoToTheApplication"] +
+