Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: document additional roles#3496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Emyrk merged 3 commits intomainfrommore-roles
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletiondocs/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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"
Expand Down
24 changes: 15 additions & 9 deletionsdocs/users.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -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 offersthree user roles:
Coder offersthese 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

Expand DownExpand Up@@ -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 !
```
Expand Down
2 changes: 1 addition & 1 deletionsite/src/components/Tooltips/UserRoleHelpTooltip.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp