Skip to content

Commit 154d9f3

Browse files
authored
Merge pull request #162 from argos-ci/account-management
account management
2 parents 4ce4ff6 + b5e5f7c commit 154d9f3

4 files changed

Lines changed: 138 additions & 0 deletions

File tree

docs/guides/account-management.mdx

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
---
2+
slug: /account-management
3+
title: Account Management
4+
---
5+
6+
# Account Management
7+
8+
When you sign up for Argos, you create an account that manages your projects and subscriptions.
9+
Argos offers three types of plans:
10+
11+
- [Hobby](/pricing-plans#hobby-plan)
12+
- [Pro](/pricing-plans#pro-plan)
13+
- [Enterprise](/pricing-plans#enterprise-plan)
14+
15+
Each plan provides different features and resources to match your needs.
16+
17+
You can sign up with **Google**, **GitHub**, or **GitLab**.
18+
19+
---
20+
21+
## Signing up with a Git provider
22+
23+
Argos supports the following Git providers:
24+
25+
- [GitHub](/github)
26+
- [GitLab](/gitlab)
27+
28+
When you sign up, you’ll be asked to authorize Argos to access your Git provider.
29+
This connection becomes your default login method.
30+
31+
After signing up, you can manage login methods in your **Personal Settings**.
32+
33+
---
34+
35+
## Login methods and connections
36+
37+
To manage login connections:
38+
39+
1. Select your profile picture in the top-right corner of the dashboard.
40+
2. Choose **Personal Settings**.
41+
3. Open the **Authentication** section.
42+
43+
![The Authentication section of your account settings.](./account-management/authentication.png)
44+
45+
### Logging in with SAML Single Sign-On (SSO)
46+
47+
SAML SSO allows Enterprise users to log in with their organization’s identity provider.
48+
Your team administrator must configure this option. To upgrade to Enterprise, [contact sales](/contact-us).
49+
50+
### Choosing a connection when creating a project
51+
52+
When you create your first project, you’ll be asked to connect a Git provider.
53+
This connection is required and will also serve as a login method.
54+
55+
---
56+
57+
## Teams
58+
59+
Teams let you collaborate on projects and share resources.
60+
61+
### Creating a team
62+
63+
1. Click the **scope selector** in the top-left of the navbar.
64+
2. Choose **Create new team**.
65+
3. Enter a team name.
66+
4. By default, new teams start on the **Pro plan**. To switch plans, [contact us](/contact-us).
67+
68+
Team settings and members can be managed from the team’s settings page.
69+
70+
### Free Pro trial
71+
72+
Your first team automatically starts with a **14-day free trial of Argos Pro**.
73+
The trial includes unlimited users and **15,000 free screenshots**.
74+
75+
### Team membership
76+
77+
Owners can invite new members using an invitation link found in **Team Settings**.
78+
See [Roles and permissions](/team-members-and-roles#owner-role) for details.
79+
80+
### Leaving a team
81+
82+
You cannot leave a team if you are the **last owner** or the **last member**.
83+
84+
To leave a team:
85+
86+
1. If necessary, assign another owner first.
87+
2. Go to your team’s **Settings** tab.
88+
3. Scroll to **Leave Team** and select **Leave Team**.
89+
4. Confirm the action.
90+
5. If you are the last member, [delete the team](#deleting-a-team) instead.
91+
92+
### Deleting a team
93+
94+
1. Remove all team projects.
95+
2. Open the team’s **Settings** tab.
96+
3. Scroll to **Delete Team** and select **Delete Team**.
97+
4. Confirm the action.
98+
99+
---
100+
101+
## Managing emails
102+
103+
To access email settings:
104+
105+
1. Select your avatar in the top-right corner.
106+
2. Choose **Personal Settings**.
107+
3. Open the **Emails** section.
108+
4. From here, you can [add](#adding-a-new-email-address), [remove](#removing-an-email-address), or [change](#changing-your-primary-email-address) your primary email.
109+
110+
## Adding a new email address
111+
112+
1. In the **Emails** section, click **Add Another**.
113+
2. Verify the new address using the link sent to your inbox.
114+
3. Once verified, any email address on your account can be used to log in.
115+
116+
Limits:
117+
118+
- Up to **3 emails** per account.
119+
- A maximum of **2 emails per domain**.
120+
121+
![Your account email addresses.](./account-management/email-management.png)
122+
123+
## Changing your primary email address
124+
125+
Your primary email is used for Argos notifications.
126+
127+
To change it:
128+
129+
- Add and verify a new email.
130+
- Open the dot menu next to the address and choose **Set as Primary**.
131+
132+
![Setting your primary email address.](./account-management/set-email-as-primary.png)
133+
134+
## Removing an email address
135+
136+
To remove an address, use the **Delete** option in the dot menu.
137+
138+
> Note: You must set a new primary email before removing the current one.
59.7 KB
Loading
99.3 KB
Loading
66.6 KB
Loading

0 commit comments

Comments
 (0)