mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: Rename 'admin' to 'owner' (#3498)
Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
@ -7,10 +7,10 @@ possible way to use Coder.
|
||||
|
||||
Please [install Coder](../install.md) before proceeding with the steps below.
|
||||
|
||||
## First time admin user setup
|
||||
## First time owner user setup
|
||||
|
||||
1. Run `coder login <your Access URL>` in a new terminal and follow the
|
||||
interactive instructions to create your admin user and password.
|
||||
interactive instructions to create your owner user and password.
|
||||
|
||||
> If using `coder server --tunnel`, the Access URL appears in the terminal logs.
|
||||
|
||||
@ -45,7 +45,7 @@ coder ssh <workspaceName>
|
||||
```
|
||||
|
||||
To access your workspace in the Coder dashboard, navigate to the [configured access URL](../configure.md),
|
||||
and log in with the admin credentials provided to you by Coder.
|
||||
and log in with the owner credentials provided to you by Coder.
|
||||
|
||||

|
||||
|
||||
|
@ -6,13 +6,13 @@ This article walks you through the user roles available in Coder and creating an
|
||||
|
||||
Coder offers these user roles in the community edition:
|
||||
|
||||
| | 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 | | | ✅ |
|
||||
| | User Admin | Template Admin | Owner |
|
||||
| ------------------------------------------ | ---------- | -------------- |-------|
|
||||
| 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.
|
||||
@ -21,7 +21,7 @@ that may use personal workspaces.
|
||||
|
||||
To create a user with the web UI:
|
||||
|
||||
1. Log in as an admin.
|
||||
1. Log in as a user admin.
|
||||
2. Go to **Users** > **New user**.
|
||||
3. In the window that opens, provide the **username**, **email**, and
|
||||
**password** for the user (they can opt to change their password after their
|
||||
@ -56,7 +56,7 @@ Create a workspace coder create !
|
||||
|
||||
## Suspend a user
|
||||
|
||||
Admins can suspend a user, removing the user's access to Coder.
|
||||
User admins can suspend a user, removing the user's access to Coder.
|
||||
|
||||
To suspend a user via the web UI:
|
||||
|
||||
@ -75,7 +75,7 @@ Confirm the user suspension by typing **yes** and pressing **enter**.
|
||||
|
||||
## Activate a suspended user
|
||||
|
||||
Admins can activate a suspended user, restoring their access to Coder.
|
||||
User admins can activate a suspended user, restoring their access to Coder.
|
||||
|
||||
To activate a user via the web UI:
|
||||
|
||||
|
Reference in New Issue
Block a user