docs: update account flow (username admin/1234 + forced setup) in README/HANDOFF/engineering-log
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user