Skip to content

Commit 8cf8211

Browse files
ammarioEmyrk
andauthored
docs: document additional roles (#3496)
Co-authored-by: Steven Masley <stevenmasley@coder.com>
1 parent 40e68cb commit 8cf8211

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

docs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"path": "./secrets.md"
125125
},
126126
{
127-
"title": "User Management",
127+
"title": "Users",
128128
"description": "Learn about user roles available in Coder and how to create and manage users",
129129
"icon_path": "./images/icons/users.svg",
130130
"path": "./users.md"

docs/users.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
# User management
1+
# Users
22

33
This article walks you through the user roles available in Coder and creating and managing users.
44

5-
## User roles
5+
## Roles
66

7-
Coder offers three user roles:
7+
Coder offers these user roles in the community edition:
88

9-
* **Admin**: Has full access to the Coder system, including all workspaces, users, organizations, and templates
10-
* **Member**: Has limited access to Coder; can create workspaces using the templates and resources they have access to
11-
* **Auditor**: Has the same access rights as a **member**, as well as access to
12-
audit logs
9+
| | User Admin | Template Admin | Admin |
10+
| ------------------------------------------ | ---------- | -------------- | ----- |
11+
| Add and remove Users || ||
12+
| Change User roles | | ||
13+
| Manage Templates | |||
14+
| View, update and delete **ALL** Workspaces | |||
15+
| Execute and use **ALL** Workspaces | | ||
16+
17+
A user may have one or more roles. All users have an implicit Member role
18+
that may use personal workspaces.
1319

1420
## Create a user
1521

@@ -42,8 +48,8 @@ https://github.com/coder/coder/releases
4248

4349
Run coder login https://<accessURL>.coder.app to authenticate.
4450

45-
Your email is: email@exampleCo.com
46-
Your password is: <redacted>
51+
Your email is: email@exampleCo.com
52+
Your password is: <redacted>
4753

4854
Create a workspace coder create !
4955
```

site/src/components/Tooltips/UserRoleHelpTooltip.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const UserRoleHelpTooltip: FC = () => {
2121
<HelpTooltipTitle>{Language.title}</HelpTooltipTitle>
2222
<HelpTooltipText>{Language.text}</HelpTooltipText>
2323
<HelpTooltipLinksGroup>
24-
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/users">
24+
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/users#user-roles">
2525
{Language.link}
2626
</HelpTooltipLink>
2727
</HelpTooltipLinksGroup>

0 commit comments

Comments
 (0)