> 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/de/web-interface/administration/user-and-security-management/users/general.md).

# Allgemein

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

### Benutzer bearbeiten

<table><thead><tr><th width="212">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Authentifizierungstyp</strong></td><td><p>Wählen Sie den Authentifizierungstyp des Benutzers:<br></p><ul><li><em><strong>Devolutions Server</strong></em>: Erstellen Sie einen Benutzer in Devolutions Server, ohne eine SQL-Anmeldung zu erstellen.</li><li><em><strong>Domain</strong></em>: Authentifizierung über das Active Directory-Benutzerkonto.</li><li><em><strong>Entra ID</strong></em>: Authentifizierung über das Entra ID-Benutzerkonto.</li></ul></td></tr><tr><td><strong>Benutzername (erforderlich)</strong></td><td>Anmeldename des Benutzers.</td></tr><tr><td><strong>Benutzertyp</strong></td><td><p>Wählen Sie den Benutzertyp:<br></p><ul><li><em><strong>Administrator</strong></em>: Dem Benutzer werden vollständige Administratorrechte gewährt.</li><li><em><strong>Benutzer</strong></em>: Dem Benutzer werden alle Grundrechte gewährt (<em><strong>Hinzufügen</strong></em>, <em><strong>Bearbeiten</strong></em>, <em><strong>Löschen</strong></em>).</li></ul></td></tr><tr><td><strong>Tags</strong></td><td><em><strong>Externe</strong></em> und <em><strong>privilegierte Tags</strong></em> können beim Erstellen oder Bearbeiten von Benutzern hinzugefügt werden. Sie sind nützlich für <em><strong>temporäre Benutzer</strong></em>, wie z. B. <em><strong>Auftragnehmer</strong></em>. <em><strong>Tags</strong></em> erscheinen im Kontomenü unter Benutzerinformationen und werden in Devolutions Server-Datenquellen in Remote Desktop Manager angezeigt.</td></tr><tr><td><strong>Aktiviert</strong></td><td>Aktivieren, um den Benutzer zu aktivieren.</td></tr><tr><td><strong>Muss Passwort bei der nächsten Anmeldung ändern</strong></td><td>Aktivieren, um den Benutzer zu zwingen, das Passwort bei der nächsten Anmeldung zu ändern.</td></tr><tr><td><strong>Notfallanmeldung aktivieren</strong></td><td>Aktivieren Sie die Funktion für einen <a href="/pages/2ghAUpF6pzX1MgtgLaOS">Notfallzugriff</a>, um Administratoren die Anmeldung auch dann zu ermöglichen, wenn Anbieter nicht verfügbar sind.</td></tr><tr><td><strong>Vorname</strong></td><td>Geben Sie den Vornamen des Benutzers ein.</td></tr><tr><td><strong>Nachname</strong></td><td>Geben Sie den Nachnamen des Benutzers ein.</td></tr><tr><td><strong>E-Mail (erforderlich)</strong></td><td>Geben Sie die E-Mail-Adresse des Benutzers ein.</td></tr><tr><td><strong>Sprache</strong></td><td>Sprache der Weboberfläche des Benutzers.</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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
