From 77cd473966bd6b9c4308b6580dbe105783247356 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Tue, 19 Mar 2024 09:09:01 +0000 Subject: [PATCH] :notebook: Updated Authentication doc Amended paths to remove the old "New" paths. --- src/Umbraco.Web.UI.Client/docs/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/docs/authentication.md b/src/Umbraco.Web.UI.Client/docs/authentication.md index e0376e9c24..eaf53f619b 100644 --- a/src/Umbraco.Web.UI.Client/docs/authentication.md +++ b/src/Umbraco.Web.UI.Client/docs/authentication.md @@ -19,7 +19,7 @@ There are two ways to use this: 1. Checkout the `v14/dev` branch of [Umbraco-CMS](https://github.com/umbraco/Umbraco-cms/tree/v14/dev) 2. Run `git submodule update --init` to initialize and pull down the backoffice repository 1. If you are using a Git GUI client, you might need to do this manually -3. Go to src/Umbraco.Web.UI.New or switch default startup project to "Umbraco.Web.UI.New" +3. Go to src/Umbraco.Web.UI or switch default startup project to "Umbraco.Web.UI" 4. Start the backend server: `dotnet run` or run the project from your IDE 5. Access https://localhost:44339/umbraco and complete the installation of Umbraco 6. You should see the log in screen after installation @@ -28,7 +28,7 @@ There are two ways to use this: ### Running with Vite 1. Perform steps 1 to 5 from before -2. Open this file in an editor: `src/Umbraco.Web.UI.New/appsettings.Development.json` +2. Open this file in an editor: `src/Umbraco.Web.UI/appsettings.Development.json` 3. Add this to the Umbraco.CMS section to override the backoffice host: ```json