docs: document additional roles (#3496)

Co-authored-by: Steven Masley <stevenmasley@coder.com>
This commit is contained in:
Ammar Bandukwala
2022-08-12 22:42:16 +00:00
committed by GitHub
co-authored by Steven Masley
parent 40e68cb80b
commit 8cf82112ad
3 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
"path": "./secrets.md"
},
{
"title": "User Management",
"title": "Users",
"description": "Learn about user roles available in Coder and how to create and manage users",
"icon_path": "./images/icons/users.svg",
"path": "./users.md"
+15 -9
View File
@@ -1,15 +1,21 @@
# User management
# Users
This article walks you through the user roles available in Coder and creating and managing users.
## User roles
## Roles
Coder offers three user roles:
Coder offers these user roles in the community edition:
* **Admin**: Has full access to the Coder system, including all workspaces, users, organizations, and templates
* **Member**: Has limited access to Coder; can create workspaces using the templates and resources they have access to
* **Auditor**: Has the same access rights as a **member**, as well as access to
audit logs
| | User Admin | Template Admin | Admin |
| ------------------------------------------ | ---------- | -------------- | ----- |
| Add and remove Users | ✅ | | ✅ |
| Change User roles | | | ✅ |
| Manage Templates | | ✅ | ✅ |
| View, update and delete **ALL** Workspaces | | ✅ | ✅ |
| Execute and use **ALL** Workspaces | | | ✅ |
A user may have one or more roles. All users have an implicit Member role
that may use personal workspaces.
## Create a user
@@ -42,8 +48,8 @@ https://github.com/coder/coder/releases
Run coder login https://<accessURL>.coder.app to authenticate.
Your email is: email@exampleCo.com
Your password is: <redacted>
Your email is: email@exampleCo.com
Your password is: <redacted>
Create a workspace coder create !
```
@@ -21,7 +21,7 @@ export const UserRoleHelpTooltip: FC = () => {
<HelpTooltipTitle>{Language.title}</HelpTooltipTitle>
<HelpTooltipText>{Language.text}</HelpTooltipText>
<HelpTooltipLinksGroup>
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/users">
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/users#user-roles">
{Language.link}
</HelpTooltipLink>
</HelpTooltipLinksGroup>