diff --git a/docs/demo.md b/docs/demo.md index 8b4ce09..9205ed3 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -12,12 +12,12 @@ A working demo of InvenTree is available online at: Multiple default accounts are provided, as detailed below. Each account is afforded a different set of permissions, so users can see the InvenTree roles/permission system in action -| Username | Password | Description | -| --- | --- | --- | -| allaccess | nolimits | View / create / edit all pages and items | -| reader | readonly | Can view all pages but cannot create, edit or delete database records | -| engineer | partsonly | Can manage parts, view stock, but no access to purchase orders or sales orders | -| admin | inventree | Superuser account, access all areas plus administrator actions | +| Username | Password | Description | Login link +| --- | --- | --- | --- | +| allaccess | nolimits | View / create / edit all pages and items | [log in](https://demo.inventree.org/accounts/login/?login=allaccess&password=nolimits) | +| reader | readonly | Can view all pages but cannot create, edit or delete database records | [log in](https://demo.inventree.org/accounts/login/?login=reader&password=readonly) | +| engineer | partsonly | Can manage parts, view stock, but no access to purchase orders or sales orders | [log in](https://demo.inventree.org/accounts/login/?login=engineer&password=partsonly) | +| admin | inventree | Superuser account, access all areas plus administrator actions | [log in](https://demo.inventree.org/accounts/login/?login=admin&password=inventree) | ### Data Persistence