Skip to content

Commit 9f2900a

Browse files
Merge pull request #716 from plausible/account-transfer
account transfer
2 parents c69c5f4 + b5d319b commit 9f2900a

5 files changed

Lines changed: 32 additions & 6 deletions

File tree

docs/transfer-account-ownership.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Transfer account ownership
3+
---
4+
5+
Plausible accounts are tied to the email address used to register. If the person who created the account has left your organization, there are two paths to regain control depending on whether you can still reach that email address.
6+
7+
## Before someone leaves
8+
9+
The safest approach is to prepare in advance. Use [teams](users-roles.md) to add at least one other person as an owner. That way the account is never tied to a single person, and you can remove the departing member without losing access to your sites or subscription.
10+
11+
## If you still have access to the account email
12+
13+
1. [Reset the password](reset-password.md) using the account email address
14+
2. Log in to the account
15+
3. From there you can either:
16+
- [Change the account email address](change-email.md) to one you control
17+
- [Transfer individual sites](transfer-ownership.md) out to another Plausible account
18+
19+
## If you no longer have access to the account email
20+
21+
[Contact our support team](https://plausible.io/contact). We'll ask you to verify ownership before making any changes. Once confirmed, we can transfer the site(s) to your account. You will need to start a new subscription there, and we can cancel the old one.

docs/transfer-ownership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This is useful for consultants and agencies working with clients. You set up the
1010

1111
Note that subscriptions are not transferred with the site. The new owner is responsible for having an active [Plausible subscription](subscription-plans.md).
1212

13-
:::tip Leaving the company?
14-
Use [teams](users-roles.md) to invite another team owner, then have them remove you from the team.
13+
:::tip Leaving the company or need to recover a whole account?
14+
See [Transfer account ownership](transfer-account-ownership.md).
1515
:::
1616

1717
## Before you transfer

docs/users-roles.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Note that you need to be an owner or an admin of a team to remove team members.
9292
* To remove yourself from a team, go to the **General** option of the **Team Settings**
9393
* Click on the **Leave Team** button. Note that after leaving a team, you won't have access to the dashboards and collected stats of the sites that the team owns
9494

95+
:::tip Someone already left and took the account with them?
96+
See [Transfer account ownership](transfer-account-ownership.md) for how to recover access.
97+
:::
98+
9599
### Deleting a team
96100

97101
* In the top right menu, click on your account name, make sure you have chosen the team you'd like to delete and then click on the **Team Settings**

docs/wix-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: How to add the script to your Wix site
44

55
import useBaseUrl from '@docusaurus/useBaseUrl';
66

7-
You can use the **[Tracking Tools](https://support.wix.com/en/article/embedding-custom-code-to-your-site)** feature to add Plausible Analytics tracking code to your Wix website same way you would add Google Analytics code or any other JavaScript code.
7+
You can use the **[Custom Code](https://support.wix.com/en/article/wix-editor-embedding-custom-code-on-your-site)** feature to add Plausible Analytics tracking code to your Wix website the same way you would add Google Analytics code or any other JavaScript code.
88

99
Site-wide JavaScript code injection is a premium Wix feature so you need to upgrade your Wix account to a paid subscription plan.
1010

11-
* In your site's dashboard, click on **Settings**, and in **Tracking Tools** click on **Manage**.
11+
* In your site's dashboard, click on **Settings**, and under **Development & Integrations** click on **Custom Code**.
1212

13-
* Click on the **+ New Tool** button and select **Custom**.
13+
* Click the **+ Add Custom Code** button in the top right.
1414

15-
* Paste your Plausible tracking code, choose which pages to add the code to (**All Pages**), select to **Load code once** ([read more about this here](https://support.wix.com/en/article/custom-code-loading-options)), select **Head** as the place for the code and click on the **Apply** button.
15+
* Paste your Plausible tracking code, give it a name, choose which pages to add the code to (**All Pages**), select **Load code once per visit** ([read more about this here](https://support.wix.com/en/article/custom-code-loading-options)), select **Head** as the place for the code and click the **Apply** button.
1616

1717
Now you can go to your website and verify whether Plausible Analytics script has been added and to your Plausible Analytics account to see whether the stats are being tracked. See here [how to verify the integration](troubleshoot-integration.md).

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module.exports = {
104104
'reset-password',
105105
'dashboard-appearance',
106106
'delete-account',
107+
'transfer-account-ownership',
107108
],
108109
'Team': [
109110
'users-roles',

0 commit comments

Comments
 (0)