Fix the new authentication issue

This commit is contained in:
2025-10-26 11:57:31 +08:00
parent 270c5a8ffd
commit 9e0eb1497b
15 changed files with 285 additions and 160 deletions

View File

@@ -144,7 +144,7 @@ func initDefaultAdmin(db *gorm.DB) error {
// 如果密码已设置,跳过初始化
if passwordSetting.Value != "" {
logrus.Info("管理员密码已设置,跳过默认密码初始化")
logrus.Debug("管理员密码已设置,跳过默认密码初始化")
return nil
}