Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions examples/multi-tenant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ To spin up this example locally, follow these steps:

### Default users

The seed script seeds 3 tenants.
Login with email `[email protected]` and password `demo`
- Super admin: `[email protected]`
- Admin for tenants 1, 2 and 3: `[email protected]`
- Tenant 1 admin: `[email protected]`
- Tenant 2 admin: `[email protected]`
- Tenant 3 admin: `[email protected]`

Use password `demo` to login as any default user.

## How it works

Expand Down