You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(auth): remove ui test skips and ensure proper password auth testing
- Fixed PHP config parsing regex to prevent __metadata fields from interfering with API_TOKEN and SETPWD booleans.
- Re-enabled hard assertions instead of skips for login tests.
- Made test_ui_login.py securely and atomically toggle SETPWD_enable_password via python during setup to force UI login triggers.
- Updated maintenance.php UI test to initialize appConfig correctly.
- Added missing host args to fritzbox tests.
- Prevented test_ui_login fixture from accidentally stripping API_TOKEN from app.conf.
- Added explicit invalidation of SETTINGS_SECONDARYCACHE in server/initialise.py.
- Fixed getSettingValue fallback logic in PHP auth layers to reliably use the token generated by the backend.
0 commit comments