Skip to content

Commit 23cc450

Browse files
KebooCopilot
andauthored
Add account management documentation (#59)
* Add account management documentation page Documents how to access account settings and delete an account in Velopack Flow, including prerequisites (delete projects, cancel subscriptions) and the effect on team memberships. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update account deletion docs: owned teams/projects auto-deleted Owned teams and all their projects are now automatically deleted when an account is deleted. The only remaining prerequisite is cancelling active subscriptions on owned teams. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bf7b349 commit 23cc450

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/distributing/Flow/account.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
sidebar_label: Account Management
3+
sidebar_position: 5
4+
---
5+
6+
# Account Management
7+
8+
## Account Settings
9+
10+
To access your account settings in the <FlowLink /> dashboard, click your profile avatar or username in the top-right corner and select **Account Settings**. From here you can update your display name, email address, and manage API keys.
11+
12+
## Deleting Your Account
13+
14+
To permanently delete your account, navigate to **Account Settings** and scroll to the **Danger Zone** section, then click **Delete Account**.
15+
16+
Before your account can be deleted, the following prerequisite must be met:
17+
18+
### Cancel Active Subscriptions
19+
20+
If you are the **Owner** of any team with an active paid subscription, you must cancel that subscription first. Go to the team's **Billing** page and cancel the subscription before proceeding.
21+
22+
### What Happens to Your Teams
23+
24+
When your account is deleted:
25+
26+
- **Owned teams** (teams where you hold the Owner role) and all of their projects are **deleted automatically** — you do not need to manually remove projects beforehand.
27+
- **Non-owned teams** (teams where you are a member but not the Owner) are **not affected** — you are simply removed as a member and the team continues to exist.
28+
29+
:::caution
30+
Account deletion is permanent and cannot be undone. Ensure you have exported or transferred any data you wish to keep before proceeding.
31+
:::

0 commit comments

Comments
 (0)