> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/web-interface/administration/user-and-security-management/users/general.md).

# General

![](https://cdnweb.devolutions.net/docs/DVLS4250_2026_1.png)

### Edit users

<table><thead><tr><th width="212">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Authentication type</strong></td><td><p>Select the user's authentication type:<br></p><ul><li><em><strong>Devolutions Server</strong></em>: create a user in Devolutions Server without creating an SQL login.</li><li><em><strong>Domain</strong></em>: authenticate using the Active Directory user account.</li><li><em><strong>Entra ID</strong></em>: authenticate using the Entra ID user account.</li></ul></td></tr><tr><td><strong>Username (required)</strong></td><td>User login name.</td></tr><tr><td><strong>User type</strong></td><td><p>Choose the user type:<br></p><ul><li><em><strong>Administrator</strong></em>: grant full administrative rights to the user.</li><li><em><strong>User</strong></em>: grant all basic rights to the user (<em><strong>Add</strong></em>, <em><strong>Edit</strong></em>, <em><strong>Delete</strong></em>).</li></ul></td></tr><tr><td><strong>Tags</strong></td><td><em><strong>External</strong></em> and <em><strong>Privileged Tags</strong></em> can be added when creating or editing users. They are useful for <em><strong>temporary users</strong></em>, such as <em><strong>Contractors</strong></em>. <em><strong>Tags</strong></em> appear in the Account menu under User information and are displayed in Devolutions Server workspaces in Remote Desktop Manager.</td></tr><tr><td><strong>Enabled</strong></td><td>Check to activate the user.</td></tr><tr><td><strong>Must change password at next logon</strong></td><td>Check to force the user to change the password next time they log on.</td></tr><tr><td><strong>Enable emergency login</strong></td><td>Enable the feature for an <a href="https://docs.devolutions.net/server/kb/how-to-articles/enable-emergency-login-code-authentication/">emergency access</a> to allow login for administrators even if providers are down.</td></tr><tr><td><strong>First name</strong></td><td>Enter the user's first name.</td></tr><tr><td><strong>Last name</strong></td><td>Enter the user's last name.</td></tr><tr><td><strong>Email (required)</strong></td><td>Enter the user's email address.</td></tr><tr><td><strong>Language</strong></td><td>Language of the user's web interface.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/server/web-interface/administration/user-and-security-management/users/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
