Skip to content

Commit

Permalink
Update demo user list
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed Oct 29, 2024
1 parent 6bdc82f commit 94bdf09
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/docs/tutorials/getting-started/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,18 @@ Refer to [User management](/topics/auth/) page for more information regarding th

To follow the tutorial you should use the `admin` account but you can try the other accounts too to see how the interface behaves with different permission levels.

| name | username | password | role |
| ------------- | --------------- | ------------- | ---------- |
| Administrator | `admin` | `infrahub` | admin |
| Chloe O'Brian | `Chloe O'Brian` | `Password123` | read-write |
| David Palmer | `David Palmer` | `Password123` | read-write |
| Jack Bauer | `Jack Bauer` | `Password123` | read-only |
| name | username | password | group |
| --------------- | --------------- | ------------- | -------------------- |
| Administrator | `admin` | `infrahub` | Super Administrators |
| Sue Dough | `sudo` | `Password123` | Administrators |
| Chloe O'Brian | `cobrian` | `Password123` | Engineering Team |
| Sofia Hernandez | `shernandez` | `Password123` | Engineering Team |
| Ryan Patel | `rpatel` | `Password123` | Engineering Team |
| Jack Bauer | `jbauer` | `Password123` | Operations Team |
| Emily Lawson | `elawson` | `Password123` | Operations Team |
| Jacob Thompson | `jthompson` | `Password123` | Operations Team |
| David Palmer | `dpalmer` | `Password123` | Architecture Team |
| Olivia Carter | `ocarter` | `Password123` | Architecture Team |

## Access the Infrahub interfaces

Expand Down

0 comments on commit 94bdf09

Please sign in to comment.