Skip to content

Commit 5b58a11

Browse files
Update transfer-ownership.md
1 parent b42b5ef commit 5b58a11

1 file changed

Lines changed: 21 additions & 18 deletions

File tree

docs/transfer-ownership.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,54 @@ title: Transfer ownership of a site
44

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

7-
Plausible allows you to transfer the ownership of a site to a different Plausible user or to a team that you're a part of.
7+
Plausible allows you to transfer the ownership of a site to a different Plausible user or [to a team that you're a part of](users-roles.md).
88

99
This is useful for consultants and agencies working with clients. You set up the site in Plausible, add custom events, email reports, traffic spike notifications and so on. When your job is completed, you can transfer the ownership of the site to your client.
1010

1111
Do note that any active subscription is not transferred alongside the site. As the new owner of the site, your client is then responsible for paying for [the Plausible subscription](subscription-plans.md) and the day-to-day operations through their own Plausible account.
1212

1313
<img alt="Transfer ownership of a site" src={useBaseUrl('img/transfer-site-ownership.png')} />
1414

15-
### How to transfer the ownership of a site
15+
## How to transfer site ownership to a different user
1616

17-
* Go into [the site settings](website-settings.md) of the website you'd like to transfer the ownership of.
18-
* Click on the "**People**" section on the left-hand sidebar.
19-
* Click on the "**Owner**" role next to the name of the current owner.
20-
* Click on the "**Transfer ownership**" button.
17+
* Go to [the site settings](website-settings.md) of the website you'd like to transfer the ownership of.
18+
* Click on the "**Danger Zone**" section in the left-hand sidebar.
19+
* Here you'll see the option to "**Transfer Site Ownership**"
2120
* Enter the email address of the person you'd like to transfer the ownership to. If you transfer the ownership to a person that doesn't have an existing Plausible account, they will get an email and will need to register an account.
22-
* Click on the "**Request transfer**" button. We will send an email to the person you want to transfer the ownership to and notify them about your transfer request. They will need to register for a Plausible account (or log in to their existing Plausible account) and accept the transfer request. All requests expire after 48 hours.
21+
* Click the "**Request transfer**" button. We will send an email to the person you want to transfer the ownership to and notify them about your transfer request. They will need to register for a Plausible account (or log in to their existing Plausible account) and accept the transfer request. All requests expire after 48 hours.
2322

2423
They will immediately become the new owner of the site after they accept the transfer request. The new owner is then responsible for the billing. If the new owner doesn't have an active subscription, they are required to upgrade their account to accept the transfer.
2524

26-
After the transfer of the ownership has been completed, you still keep the "**Admin**" role to the site so you can view the stats and edit the site settings. The new owner can choose to change your role or altogether remove you from having access to the site at any time.
25+
After the transfer of the ownership has been completed, you still keep the "**Guest Editor**" role to the site so you can view the stats and edit the site settings. The new owner can choose to change your role or altogether remove you from having access to the site at any time.
2726

2827
<img alt="modify user roles or delete user" src={useBaseUrl('img/change-role-remove-user.png')} />
2928

30-
### How to modify the user roles
29+
## How to transfer site ownership to a team
30+
31+
* Go to site settings of the website you'd like to transfer the ownership of.
32+
* Click on the "**Danger Zone**" section in the left-hand sidebar.
33+
* If you're a member of a team, you'll see the option to "**Change Teams**.
34+
* Select the team you'd like to move the site to.
35+
* Click the "**Change team**" button. Note that the destination team must have an active subscription with a sufficient plan to support the transfer.
36+
37+
## How to modify the user roles
3138

3239
You can change the user role at any time:
3340

34-
* Go into the site settings of the website you'd like to modify the roles for.
35-
* Click on the "**People**" section on the left-hand sidebar. That's where you can get an overview of the current site guests and their existing roles.
41+
* Go to the site settings of the website you'd like to modify the roles for.
42+
* Click on the "**People**" section in the left-hand sidebar. That's where you can get an overview of the current site guests and their existing roles.
3643
* Click on the current role next to the name of the person you'd like to change the role for.
3744
* Choose a new role for the user.
3845

3946
That's it. The user now has a different role.
4047

41-
Note that you need to be an owner or an admin of a site to change user roles.
42-
43-
### How to remove a user
48+
## How to remove a user
4449

4550
You can remove a user from having access to a site at any time:
4651

47-
* Go into the site settings of the website you'd like to remove a user for.
48-
* Click on the "**People**" section on the left-hand sidebar.
52+
* Go to the site settings of the website you'd like to remove a user for.
53+
* Click on the "**People**" section in the left-hand sidebar.
4954
* Click on the current role next to the name of the person you'd like to remove.
5055
* Click "**Remove member**" .
5156

5257
That's it. The user has now been removed from the specific site.
53-
54-
Note that you need to be an owner or an admin of a site to remove users.

0 commit comments

Comments
 (0)