From 6692e56c3943d6ac90c5f94fda0cc4ae9a396da1 Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Tue, 22 Sep 2026 12:18:12 +0200 Subject: [PATCH] recovery access --- docs/account-settings.md | 2 +- docs/introduction.md | 1 + docs/team-settings.md | 2 ++ docs/transfer-account-ownership.md | 36 ++++++++++++++++++++++++------ docs/transfer-ownership.md | 4 ++-- docs/users-roles.md | 16 ++++++++++--- 6 files changed, 48 insertions(+), 13 deletions(-) diff --git a/docs/account-settings.md b/docs/account-settings.md index 70897349..17479a66 100644 --- a/docs/account-settings.md +++ b/docs/account-settings.md @@ -30,4 +30,4 @@ If you are not part of a team, your subscription and API keys are managed here. **Danger zone** - [Delete account](delete-account.md): permanently remove your account and all associated data -- [Transfer account ownership](transfer-account-ownership.md): hand over account control when someone leaves your organization +- [Recover access when an owner is unavailable](transfer-account-ownership.md): regain control when your owner is on leave, cannot be reached or has left your organization diff --git a/docs/introduction.md b/docs/introduction.md index 58800c74..d55d24fd 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -82,6 +82,7 @@ import CtaBox from '@site/src/components/CtaBox';