known-mistake memoryFix login timeout
- Requested
- Increase the allowed login wait time for users on slow connections.
- Allowed to change
auth/login/*config/session.yaml- Actually changed
auth/login/timeout_policy.pyconfig/session.yaml- Checks
- the old failure scenario was repeated
- the regression was stopped before merge
- the touched files stayed inside the allowed scope
- Risks / limits
- a similar change previously broke forced sign-out
- the "forgotten open browser" scenario still needs a manual check
- Needs you
- Approve the new wait time after the manual safety check.