diff --git a/Data/config.db b/Data/config.db index 054c176..7e8611d 100644 Binary files a/Data/config.db and b/Data/config.db differ diff --git a/Data/exceptions.db b/Data/exceptions.db index e2dcb93..13d0cc1 100644 Binary files a/Data/exceptions.db and b/Data/exceptions.db differ diff --git a/Data/statistics.db b/Data/statistics.db index 0563e32..a495ef3 100644 Binary files a/Data/statistics.db and b/Data/statistics.db differ diff --git a/Data/users.db b/Data/users.db index 2f90e18..121f1cb 100644 Binary files a/Data/users.db and b/Data/users.db differ diff --git a/TightWiki/Areas/Identity/Pages/Account/ForgotPassword.cshtml b/TightWiki/Areas/Identity/Pages/Account/ForgotPassword.cshtml index f744b70..cf67397 100644 --- a/TightWiki/Areas/Identity/Pages/Account/ForgotPassword.cshtml +++ b/TightWiki/Areas/Identity/Pages/Account/ForgotPassword.cshtml @@ -5,23 +5,14 @@ }
Enter your email.
This account has been locked out, please try again later.
diff --git a/TightWiki/Areas/Identity/Pages/Account/Login.cshtml b/TightWiki/Areas/Identity/Pages/Account/Login.cshtml index aad951b..aa4433f 100644 --- a/TightWiki/Areas/Identity/Pages/Account/Login.cshtml +++ b/TightWiki/Areas/Identity/Pages/Account/Login.cshtml @@ -6,6 +6,12 @@ var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null."); } + ++
忘记密码?
@@ -40,40 +46,6 @@
- Logging out will make sure that others cant use this session to make changes to the wiki. You'll need to log back in before making changes.
+ 退出登录前确保其他人没有在使用当前会话,退出后您需要重新登录
You have successfully logged out of the application.
+操作成功
} } diff --git a/TightWiki/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml b/TightWiki/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml index 09cc7ce..7dbfd77 100644 --- a/TightWiki/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml +++ b/TightWiki/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml @@ -13,21 +13,21 @@ diff --git a/TightWiki/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs b/TightWiki/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs index c0a3a71..2b03a2b 100644 --- a/TightWiki/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs +++ b/TightWiki/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs @@ -12,7 +12,7 @@ namespace TightWiki.Areas.Identity.Pages.Account.Manage { public IActionResult OnGetAsync() { - return Redirect($"{GlobalConfiguration.BasePath}/Identity/Account/Manage/Email"); + return Redirect($"{GlobalConfiguration.BasePath}/Identity/Account/Manage/ChangePassword"); } } } diff --git a/TightWiki/Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml b/TightWiki/Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml index 4e8fb9d..3899a7b 100644 --- a/TightWiki/Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml +++ b/TightWiki/Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml @@ -1,14 +1,9 @@ @inject SignInManagerUse this page to detail your site's privacy policy.
+隐私政策.
diff --git a/TightWiki/Pages/Shared/_LoginPartial.cshtml b/TightWiki/Pages/Shared/_LoginPartial.cshtml index dd556e0..5ff6702 100644 --- a/TightWiki/Pages/Shared/_LoginPartial.cshtml +++ b/TightWiki/Pages/Shared/_LoginPartial.cshtml @@ -16,9 +16,9 @@ } else { -
- Configuration for user account.
+ 设置您的账号
diff --git a/TightWiki/Views/Admin/DeleteAccount.cshtml b/TightWiki/Views/Admin/DeleteAccount.cshtml index 88aeae1..9fa9cf2 100644 --- a/TightWiki/Views/Admin/DeleteAccount.cshtml +++ b/TightWiki/Views/Admin/DeleteAccount.cshtml @@ -19,18 +19,18 @@ {