Add first time setup instructions for default superuser account in README files

This commit is contained in:
2026-01-26 16:43:34 +08:00
parent 86247aa5a2
commit 783e0dc984
2 changed files with 10 additions and 0 deletions

View File

@@ -42,6 +42,11 @@ npm run dev
Visit `http://localhost:5173`
**First Time Setup**: On first run, a default superuser account will be automatically created:
- Username: `admin`
- Password: `admin123456`
- **IMPORTANT**: Please change the password immediately after first login for security!
## Configuration
Backend `.env` key settings:

View File

@@ -42,6 +42,11 @@ npm run dev
访问 `http://localhost:5173`
**首次运行**: 第一次运行时会自动初始化一个超级管理员账户:
- 用户名:`admin`
- 密码:`admin123456`
- **重要**: 强烈建议登录后立刻修改密码!
## 配置
后端 `.env` 关键配置: