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

# Generale

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

### Modifica utenti

<table><thead><tr><th width="212">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Tipo di autenticazione</strong></td><td><p>Selezioni il tipo di autenticazione dell'utente:<br></p><ul><li><em><strong>Devolutions Server</strong></em>: crea un utente in Devolutions Server senza creare un login SQL.</li><li><em><strong>Domain</strong></em>: autentica utilizzando l'account utente di Active Directory.</li><li><em><strong>Entra ID</strong></em>: autentica utilizzando l'account utente Entra ID.</li></ul></td></tr><tr><td><strong>Nome utente (obbligatorio)</strong></td><td>Nome di accesso dell'utente.</td></tr><tr><td><strong>Tipo di utente</strong></td><td><p>Scelga il tipo di utente:<br></p><ul><li><em><strong>Administrator</strong></em>: concede all'utente tutti i diritti amministrativi.</li><li><em><strong>User</strong></em>: concede all'utente tutti i diritti di base (<em><strong>Aggiungi</strong></em>, <em><strong>Modifica</strong></em>, <em><strong>Elimina</strong></em>).</li></ul></td></tr><tr><td><strong>Tag</strong></td><td>I tag <em><strong>External</strong></em> e <em><strong>Privileged</strong></em> possono essere aggiunti durante la creazione o la modifica degli utenti. Sono utili per gli <em><strong>utenti temporanei</strong></em>, come i <em><strong>collaboratori esterni</strong></em>. I <em><strong>tag</strong></em> compaiono nel menu Account sotto Informazioni utente e sono visualizzati negli spazi di lavoro di Devolutions Server in Remote Desktop Manager.</td></tr><tr><td><strong>Abilitato</strong></td><td>Selezioni per attivare l'utente.</td></tr><tr><td><strong>Deve cambiare la password al prossimo accesso</strong></td><td>Selezioni per obbligare l'utente a cambiare la password al prossimo accesso.</td></tr><tr><td><strong>Abilita accesso di emergenza</strong></td><td>Abiliti la funzionalità per un <a href="/pages/ZQ2GzVWAT1Gji8JISi9W">accesso di emergenza</a> per consentire l'accesso agli amministratori anche se i provider non sono disponibili.</td></tr><tr><td><strong>Nome</strong></td><td>Inserisca il nome dell'utente.</td></tr><tr><td><strong>Cognome</strong></td><td>Inserisca il cognome dell'utente.</td></tr><tr><td><strong>Email (obbligatoria)</strong></td><td>Inserisca l'indirizzo email dell'utente.</td></tr><tr><td><strong>Lingua</strong></td><td>Lingua dell'interfaccia web dell'utente.</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/it/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.
