Add login page docs hint (#20619)

* add config field

* add endpoint

* set config var when onboarding

* add no auth exception to nginx config

* form changes and i18n

* clean up
This commit is contained in:
Josh Hawkins
2025-10-22 12:24:53 -05:00
committed by GitHub
parent d6f5d2b0fa
commit 2387dccc19
6 changed files with 73 additions and 1 deletions
+2
View File
@@ -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. ***")