From 075c64269126a90f28b056b3477ce945731d7cef Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:14:50 -0500 Subject: [PATCH] set config var when onboarding --- frigate/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frigate/app.py b/frigate/app.py index 858247866..30259ad3d 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -488,6 +488,8 @@ class FrigateApp: } ).execute() + self.config.auth.admin_first_time_login = True + logger.info("********************************************************") logger.info("********************************************************") logger.info("*** Auth is enabled, but no users exist. ***")