---
myst:
html_meta:
"description lang=en": "Kasm Workspaces user management and settings. "
"keywords": "Kasm, Workspace, Users, Clients"
"property=og:locale": "en_US"
---
```{title} Users
```
# Users
Users must first be added to the server and then added to a group to manage their permissions. User permissions can be set by
updating the group settings found [here.](groups.md#group-settings).
## Create User
- Select the **Users** from the navigation menu.
- Select **Add User** from the top right of the **Users** table.
```{figure} /images/users/create_user.jpg
:align: center
:width: 100%
**Creating a new user**
```
- Fill out Users information with User properties below.
## User Properties
```{eval-rst}
+-----------------------------------------+---------------------------------------------------------------------------+
| User Name | Username for login |
+-----------------------------------------+---------------------------------------------------------------------------+
| Password | Password for login |
+-----------------------------------------+---------------------------------------------------------------------------+
| First Name | User's first name |
+-----------------------------------------+---------------------------------------------------------------------------+
| Last Name | User's last name |
+-----------------------------------------+---------------------------------------------------------------------------+
| Realm | SSO that the user belongs too (local, LDAP, SAML, OIDC) |
+-----------------------------------------+---------------------------------------------------------------------------+
| Notes | Notes about user |
+-----------------------------------------+---------------------------------------------------------------------------+
| Locked | Lock account |
+-----------------------------------------+---------------------------------------------------------------------------+
| Disabled | The account is disabled. The user cannot login or authenticate until |
| | re-enabled by an administrator. |
+-----------------------------------------+---------------------------------------------------------------------------+
| Reset Two Factor Authentication Secret | Reset the 2FA secret. The users will be required to re-initialize the |
| | 2FA upon next login. |
+-----------------------------------------+---------------------------------------------------------------------------+
| Force Password Reset on Login | Force the user to change their password on the next login. This setting |
| | applies only to local accounts. |
+-----------------------------------------+---------------------------------------------------------------------------+
| Organization | Organization Name |
+-----------------------------------------+---------------------------------------------------------------------------+
| Last Session | Last login time |
+-----------------------------------------+---------------------------------------------------------------------------+
| Phone | Phone number |
+-----------------------------------------+---------------------------------------------------------------------------+
| City | City |
+-----------------------------------------+---------------------------------------------------------------------------+
| State | State |
+-----------------------------------------+---------------------------------------------------------------------------+
| Country | Country |
+-----------------------------------------+---------------------------------------------------------------------------+
| Email | Email address |
+-----------------------------------------+---------------------------------------------------------------------------+
| Custom Attribute 1 | Attribute to be used for custom purposes. |
+-----------------------------------------+---------------------------------------------------------------------------+
| Custom Attribute 2 | Attribute to be used for custom purposes. |
+-----------------------------------------+---------------------------------------------------------------------------+
| Custom Attribute 3 | Attribute to be used for custom purposes. |
+-----------------------------------------+---------------------------------------------------------------------------+
```
## Add User to Group
- Select **Groups** from navigational menu.
- Select **View** from the three dot menu of the group you want to add the user.
- Select **Add User** from Users in Groups table.
```{figure} /images/users/add_user_group.jpg
:align: center
:width: 80%
**Users in Group**
```
- Select the user you wish to add from dropdown menu and click **Add**.
```{figure} /images/users/add_user.JPG
:align: center
:width: 80%
**Adding a user to a group**
```
## User Settings
Users have the ability to change settings by visiting their profile.
- Auto Launch Session.
Automatically launch a session when the user logs in. Kasm Workspaces will use the configured **Default Workspace Image**.
- Chat Sound Effects.
Enable Sound effects for chats during shared sessions.
- Default Workspace Image.
The Default Kasm Image to use. This is the Image that is used for the **/go** URL, clicking the **Launch Now** menu
item, and for **Auto Launch Session**. This item overrides the corresponding group setting if defined.
- Show Tips During Session.
By default the user is shown a Tip that describes how to find and use the control panel. This tip can be suppressed by
setting this item to false.
- Toggle Control Panel.
Open and close the control panel within a Kasm session by pressing the *Ctrl* key twice.
- Theme.
Select the Kasm Workspaces app theme, there is also an *auto* setting that will use the OS setting of the user's local computer.
```{figure} /images/users/user_settings.JPG
:align: center
:width: 100%
**User Settings**
```