Clarify account session controls and add authenticator recovery guidance
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
61dc76739f
commit
a9ff77d21d
8 changed files with 395 additions and 26 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue