+ Choose how users access this app. +
+- Single-user mode bypasses the login screen and automatically signs in as the selected user. -
-+ Anyone who opens the app is automatically signed in as the selected user. No login screen is shown. + Admin routes still require a session. +
+ {currentMode === 'single' && ( ++ Currently active — signed in as {activeUser?.username ?? '—'} +
+ )} +No regular user accounts found. Create a user account first.
+ )} ++ Only use this on trusted private networks. Anyone with access to the URL is signed in automatically.
-