docs: update account flow (username admin/1234 + forced setup) in README/HANDOFF/engineering-log

This commit is contained in:
Macky
2026-08-07 18:04:18 +07:00
parent e8a95bf561
commit 681561c22a
5 changed files with 41 additions and 6 deletions

View File

@@ -54,7 +54,8 @@ npm install
npm run dev # Vite on :3000 -> proxies /api to :5001
```
The first run creates a default super-admin: **`admin@salestrainer.local` / `admin123`** (change it!).
The first run creates a default super-admin: **username `admin` / password `1234`**.
On first login you'll be **forced to set your email + change the password** before using the app.
### Docker / EasyPanel
@@ -112,8 +113,8 @@ Real-model verification requires a live `LLM_API_KEY` in `.env`.
## Default accounts
| Role | Email | Password |
|------|-------|----------|
| super_admin | `admin@salestrainer.local` | `admin123` (change after first login) |
| Role | Username | Password |
|------|----------|----------|
| super_admin | `admin` | `1234` (forced to set email + change on first login) |
Admins create additional users (users/login has no self-registration).