@Html.Raw(TightWiki.Models.GlobalConfiguration.HTMLPreBody) @if (TightWiki.Repository.UsersRepository.AdminPasswordStatus() != TightWiki.Library.Constants.AdminPasswordChangeState.HasBeenChanged) {
Default password has not been changed

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

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

Current admin login:
   Username:"admin@tightwiki.com"
   Password:"@TightWiki.Library.Constants.DEFAULTPASSWORD"

} @RenderBody() @Html.Raw(TightWiki.Models.GlobalConfiguration.HTMLPostBody)