From e0a878467bb0fe6766ea410a89c9cff8d052faec Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 8 Aug 2024 09:42:58 +1000 Subject: [PATCH] Update docs around demo accounts (#7832) --- docs/docs/demo.md | 20 +++++++++++++++++++- docs/docs/start/docker_install.md | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/docs/demo.md b/docs/docs/demo.md index 574dd503aa..7d097fca25 100644 --- a/docs/docs/demo.md +++ b/docs/docs/demo.md @@ -4,4 +4,22 @@ title: InvenTree Demo ## InvenTree Demo -This page has moved to [https://inventree.org/demo.html](https://inventree.org/demo.html) +If you are interested in trying out InvenTree, you can access the InvenTree demo instance at [https://demo.inventree.org](https://demo.inventree.org). + +This page is populated with a sample dataset, which is reset every 24 hours. + +You can read more about the InvenTree demo here: [https://inventree.org/demo.html](https://inventree.org/demo.html) + +### User Accounts + +The demo instance has a number of user accounts which you can use to explore the system: + +| Username | Password | Staff Access | Enabled | Description | +| -------- | -------- | ------------ | ------- | ----------- | +| allaccess | nolimits | No | Yes | View / create / edit all pages and items | +| reader | readonly | No | Yes | Can view all pages but cannot create, edit or delete database records | +| engineer | partsonly | No | Yes | Can manage parts, view stock, but no access to purchase orders or sales orders | +| steven | wizardstaff | Yes | Yes | Staff account, can access some admin sections | +| ian | inactive | No | No | Inactive account, cannot log in | +| susan | inactive | No | No | Inactive account, cannot log in | +| admin | inventree | Yes | Yes | Superuser account, can access all parts of the system | diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index aca4ae4024..e2c6d16b26 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -199,7 +199,7 @@ Any persistent files generated by the Caddy container (such as certificates, etc ### Demo Dataset -To quickly get started with a demo dataset, you can run the following command: +To quickly get started with a [demo dataset](../demo.md), you can run the following command: ``` docker compose run --rm inventree-server invoke setup-test -i