v1.7.1

snail007/goproxyv1.7.1Jul 11, 2026by Ed1s0nZ

AI Summary

This update migrates login credentials from the config file to the RBAC database and displays the initial admin password on first startup.

Key Highlights

  • Removed auth.password from config.yaml
  • Credentials now managed via RBAC database
  • Initial admin password printed to console on first startup

Breaking Changes

  • auth.password configuration field removed from config.yaml
  • Credentials must be managed in the RBAC database instead

New Features

  • Centralized credential management via RBAC
  • Console output of initial admin password

Full Release Notes

移除 config.yaml 中的 auth.password,登录凭据改由 RBAC 数据库管理,首次启动时在控制台输出 admin 初始密码。

---

Removed auth.password from config.yaml so credentials are managed in the RBAC database, with the initial admin password shown once in the console on first startup.