From f3dacaf47ecccc2a4ae6a57420f58e86cab75b21 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 20 Mar 2025 12:03:35 +0100 Subject: [PATCH] fix frontend paths (#229) * fix login paths * Update 2023-08-28-react.md --- _posts/2023-08-28-react.md | 4 ++-- demo.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_posts/2023-08-28-react.md b/_posts/2023-08-28-react.md index 71c05312..1f4b888e 100644 --- a/_posts/2023-08-28-react.md +++ b/_posts/2023-08-28-react.md @@ -75,9 +75,9 @@ Developers will need to install the required development packages to build the u #### Interface Preview -The new interface is currently shipping in the "master" branch of InvenTree, and can be accessed at the `/platform/` URL. This is very much a work in progress, but is useful for users or developers who wish to see the progress of the overhaul, or (even better) help us develop it. +The new interface is currently shipping in the "master" branch of InvenTree, and can be accessed at the `/web/` URL. This is very much a work in progress, but is useful for users or developers who wish to see the progress of the overhaul, or (even better) help us develop it. -You can see the latest version on the demo site, at [https://demo.inventree.org/platform/](https://demo.inventree.org/platform/) +You can see the latest version on the demo site, at [https://demo.inventree.org/web/](https://demo.inventree.org/web/) #### Development Assistance diff --git a/demo.md b/demo.md index fa08edaa..26648a1b 100644 --- a/demo.md +++ b/demo.md @@ -10,10 +10,10 @@ Multiple default accounts are provided, as detailed below. Each account is affor | Username | Password | Description | Login | | --- | --- | --- | --- | -| allaccess | nolimits | View / create / edit all pages and items | log in | -| reader | readonly | Can view all pages but cannot create, edit or delete database records | log in | -| engineer | partsonly | Can manage parts, view stock, but no access to purchase orders or sales orders | log in | -| admin | inventree | Superuser account, access all areas plus administrator actions | log in | +| allaccess | nolimits | View / create / edit all pages and items | log in | +| reader | readonly | Can view all pages but cannot create, edit or delete database records | log in | +| engineer | partsonly | Can manage parts, view stock, but no access to purchase orders or sales orders | log in | +| admin | inventree | Superuser account, access all areas plus administrator actions | log in | ### Data Persistence @@ -24,4 +24,4 @@ The InvenTree demo database resets to a known state once per day. \ No newline at end of file +