# Test Credentials

## State Manager (Super Admin)
- Username: `ADMIN`
- Password: `ADMIN321`
- Role: `state_manager`

## District Coordinators
- Created by the State Manager via `/api/coordinators`.
- Default password when creating a coordinator: `123456` (settable in form).
- Username is set by the State Manager during creation.

## Volunteers
- Registered by District Coordinators via `/api/volunteers`.
- On State Manager Accept, an auto user account is created with:
  - Username: `MOF/VO/0001` (auto-incremented)
  - Password: `123456`

## Auth Endpoints
- `POST /api/auth/login`  body `{username, password}` -> `{token, user}`
- `POST /api/auth/logout`
- `GET  /api/auth/me`
