a5994d9ff4
Includes planning artifacts (03-CONTEXT, 03-DISCUSSION-LOG, 03-02-SUMMARY), integration test script, MinIO/auth/docker fixes, and local dev account reference. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
929 B
Markdown
26 lines
929 B
Markdown
# Test Accounts (Local Dev Only)
|
|
|
|
> These credentials are for local development only. Do not use in production.
|
|
|
|
## Admin
|
|
|
|
| Field | Value |
|
|
|----------|----------------------------|
|
|
| Email | admin@docuvault.example |
|
|
| Password | Admin1234! |
|
|
| Role | admin |
|
|
|
|
Seeded automatically on first startup via `ADMIN_EMAIL` / `ADMIN_PASSWORD` env vars in `.env`.
|
|
|
|
## Regular Test User
|
|
|
|
The integration test (`test_integration.py`) registers a fresh user on every run with a randomly generated email (`testuser_<hex>@example.com`) and a unique password. There is no fixed persistent test user.
|
|
|
|
To create a manual test user, register via the API or UI:
|
|
|
|
| Field | Suggested value |
|
|
|----------|----------------------------|
|
|
| Email | testuser@docuvault.example |
|
|
| Password | TestUser1234! |
|
|
| Role | user |
|