mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 13:52:09 +03:00
- getSettings() auto-sets setupComplete=true when INITIAL_PASSWORD env is set - proxy.js middleware enforces login when INITIAL_PASSWORD exists (even without DB hash) - Settings API reports hasPassword=true when INITIAL_PASSWORD is configured - Login page hides '123456' default hint when a custom password is set Fixes fresh Docker/VM deployments getting stuck on onboarding wizard and being accessible without authentication.