Add platform support investigation and clarify bounded account recovery
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
a7fba14307
commit
b8506ef2e3
6 changed files with 174 additions and 8 deletions
|
|
@ -976,7 +976,7 @@ class PortalApplicationTests(unittest.TestCase):
|
|||
)
|
||||
self.assertEqual("200 OK", admin_page["status"])
|
||||
self.assertIn(b"Lifecycle diagnostics", html)
|
||||
self.assertIn(b"Recover identity", html)
|
||||
self.assertIn(b"Restore tenant account", html)
|
||||
recovered, _ = invoke_confirmed(
|
||||
self.app,
|
||||
f"/admin/tenant:friendly:browser/users/{memberships[0].user_id}/recover",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue