> 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/settings.md).

# Einstellungen

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

#### RDM

Erlauben Sie dem Benutzer, den [Offline-Modus](https://docs.devolutions.net/rdm/de/getting-started/workspaces/offline-mode) für die Devolutions Server-Datenquelle zu aktivieren. Die Devolutions Server-Datenquelle muss ebenfalls so konfiguriert sein, dass sie den Offline-Modus zulässt. Es stehen mehrere Modi zur Verfügung:

<table><thead><tr><th width="131">Offline-Modus</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Deaktiviert</strong></td><td>Kein Offline-Cache für den Benutzer erlaubt.</td></tr><tr><td><strong>Nur Cache</strong></td><td>Ermöglicht das Speichern eines Caches der Datenquelle, um die Ladeleistung zu verbessern. Diese Option verhindert die Verwendung des Offline-Modus.</td></tr><tr><td><strong>Nur Lesen</strong></td><td>Ein Nur-Lese-Cache. Der Benutzer kann keine Daten in der Datenquelle bearbeiten. Dieser Modus ist nur für <a href="https://docs.devolutions.net/rdm/de/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server und Devolutions Cloud</a> erlaubt.</td></tr><tr><td><strong>Lesen/Schreiben</strong></td><td>Ein erweiterter Cache mit Änderungssynchronisierung. Dieser Modus ist nur für <a href="https://docs.devolutions.net/rdm/de/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server und Devolutions Cloud</a> erlaubt.</td></tr></tbody></table>

<table><thead><tr><th width="191">Drag-and-Drop erlauben</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Keine</strong></td><td>Drag-and-Drop in der Datenquelle deaktivieren.</td></tr><tr><td><strong>Erlauben</strong></td><td>Drag-and-Drop in der Datenquelle erlauben.</td></tr></tbody></table>

#### Devolutions Password Manager

<table><thead><tr><th width="141">Offline-Modus</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Deaktiviert</strong></td><td>Kein Offline-Cache für den Benutzer erlaubt.</td></tr><tr><td><strong>Nur Lesen</strong></td><td>Ein Nur-Lese-Cache. Der Benutzer kann keine Daten in der Datenquelle bearbeiten. Dieser Modus ist nur für <a href="https://docs.devolutions.net/rdm/de/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server und Devolutions Cloud</a> erlaubt.</td></tr></tbody></table>

#### Tresore

<table><thead><tr><th width="159">Benutzer-Tresor erlauben</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Standard (ja)</strong></td><td>Berücksichtigt das Standardverhalten des Systems. Dies kann unter <em><strong>Administration - Systemeinstellungen - Allgemein - Benutzer-Tresor erlauben</strong></em> geändert werden.</td></tr><tr><td><strong>Ja</strong></td><td>Gewährt dem Benutzer einen <em><strong>Benutzer-Tresor.</strong></em></td></tr><tr><td><strong>Nein</strong></td><td>Verweigert dem Benutzer einen <em><strong>Benutzer-Tresor.</strong></em></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/settings.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.
