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

# Paramètres

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

#### RDM

Autoriser l'utilisateur à activer le [Mode hors connexion](https://docs.devolutions.net/rdm/fr/getting-started/workspaces/offline-mode) sur l'espace de travail Devolutions Server. L'espace de travail Devolutions Server doit également être configuré pour permettre le mode hors connexion. Plusieurs modes sont disponibles :

<table><thead><tr><th width="131">Mode hors connexion</th><th>Description</th></tr></thead><tbody><tr><td><strong>Désactivé</strong></td><td>Aucun cache hors connexion permis pour l'utilisateur.</td></tr><tr><td><strong>Cache seulement</strong></td><td>Permet d'enregistrer un cache de l'espace de travail afin d'améliorer la performance de chargement. Cette option interdit l'utilisation du mode hors connexion.</td></tr><tr><td><strong>Lecture seule</strong></td><td>Un cache en lecture seule. L'utilisateur ne pourra pas modifier les données dans l'espace de travail. Ce mode est permis uniquement pour <a href="https://docs.devolutions.net/rdm/fr/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server et Devolutions Cloud</a>.</td></tr><tr><td><strong>Lecture/écriture</strong></td><td>Un cache avancé, avec synchronisation des modifications. Ce mode est permis uniquement pour <a href="https://docs.devolutions.net/rdm/fr/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server et Devolutions Cloud</a>.</td></tr></tbody></table>

<table><thead><tr><th width="191">Autoriser le glisser-déposer</th><th>Description</th></tr></thead><tbody><tr><td><strong>Aucun</strong></td><td>Désactive Autoriser le glisser-déposer dans l'espace de travail.</td></tr><tr><td><strong>Autoriser</strong></td><td>Autorise le glisser-déposer dans l'espace de travail.</td></tr></tbody></table>

#### Devolutions Password Manager

<table><thead><tr><th width="141">Mode hors connexion</th><th>Description</th></tr></thead><tbody><tr><td><strong>Désactivé</strong></td><td>Aucun cache hors connexion permis pour l'utilisateur.</td></tr><tr><td><strong>Lecture seule</strong></td><td>Un cache en lecture seule. L'utilisateur ne pourra pas modifier les données dans l'espace de travail. Ce mode est permis uniquement pour <a href="https://docs.devolutions.net/rdm/fr/getting-started/workspaces/workspace-types/native-workspaces">Devolutions Server et Devolutions Cloud</a>.</td></tr></tbody></table>

#### Coffres

<table><thead><tr><th width="159">Autoriser le coffre utilisateur</th><th>Description</th></tr></thead><tbody><tr><td><strong>Par défaut (oui)</strong></td><td>Respecte le comportement par défaut du système. Cela peut être modifié en allant dans <em><strong>Administration - Paramètres système - Général - Autoriser le coffre utilisateur</strong></em>.</td></tr><tr><td><strong>Oui</strong></td><td>Accorde à l'utilisateur un <em><strong>coffre utilisateur.</strong></em></td></tr><tr><td><strong>Non</strong></td><td>Refuse à l'utilisateur un <em><strong>coffre utilisateur.</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/fr/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.
