- @Html.Raw(ZelWiki.Models.GlobalConfiguration.HTMLPreBody) + @Html.Raw(GlobalConfiguration.HTMLPreBody) @if (ZelWiki.Repository.UsersRepository.AdminPasswordStatus() != ZelWiki.Library.Constants.AdminPasswordChangeState.HasBeenChanged) {
-
Default password has not been changed
+
初始密码未修改

管理密码为默认值,建议 您立即更换!

您可以登录账号后, 导航至 “我的” -> “账号” -> “密码”来更换密码

- Current admin login:
-    Username:"admin@tightwiki.com"
-    Password:"@ZelWiki.Library.Constants.DEFAULTPASSWORD"
+ 当前管理账号登录:
+    账号:"admin@ipangci.com"
+    密码:"@ZelWiki.Library.Constants.DEFAULTPASSWORD"

@@ -242,26 +242,27 @@ } @RenderBody() - @Html.Raw(ZelWiki.Models.GlobalConfiguration.HTMLPostBody) + @Html.Raw(GlobalConfiguration.HTMLPostBody)