Clarify account session controls and add authenticator recovery guidance
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Container Image / build-and-push (push) Successful in 50s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
tegwick 2026-09-13 10:09:01 +02:00
parent 61dc76739f
commit a9ff77d21d
8 changed files with 395 additions and 26 deletions

View file

@ -39,8 +39,7 @@ class PortalNavigationTests(unittest.TestCase):
response, body = self.get(path)
self.assertEqual('200 OK', response['status'], path)
self.assertIn(b'href="/platform"', body)
self.assertIn(b'action="/logout"', body)
self.assertIn(b'value="operator-csrf"', body)
self.assertIn(b'href="/logout"', body)
_, body = self.get('/onboarding')
self.assertIn(b'no personal tenant memberships', body)
self.assertIn(b'platform operator role', body)