From 6426123eae018f7ee5fe1b6a3bf8aa0aa06a44ae Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:21:24 -0500 Subject: [PATCH] clarify docs --- docs/docs/configuration/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/authentication.md b/docs/docs/configuration/authentication.md index c6a8ef00d..646bfe358 100644 --- a/docs/docs/configuration/authentication.md +++ b/docs/docs/configuration/authentication.md @@ -247,7 +247,7 @@ If you want to provide access to all cameras to a specific user, just use the ** ### Managing User Roles -1. Log in as an **admin** user via port `8971`. +1. Log in as an **admin** user via port `8971` (preferred), or unauthenticated via port `5000`. 2. Navigate to **Settings > Users**. 3. In the **Users** section, edit a user’s role by selecting from available roles (admin, viewer, or custom). 4. In the **Roles** section, add/edit/delete custom roles (select cameras via switches). Deleting a role auto-reassigns users to "viewer".