From 94bdf09bfdfdb9734f08238ada75af47ab5f06fe Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 29 Oct 2024 16:28:14 +0100 Subject: [PATCH] Update demo user list --- docs/docs/tutorials/getting-started/readme.mdx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/docs/tutorials/getting-started/readme.mdx b/docs/docs/tutorials/getting-started/readme.mdx index 93438bbee5..15b5e61924 100644 --- a/docs/docs/tutorials/getting-started/readme.mdx +++ b/docs/docs/tutorials/getting-started/readme.mdx @@ -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