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

# General

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

### Editar usuarios

<table><thead><tr><th width="212">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Tipo de autenticación</strong></td><td><p>Seleccione el tipo de autenticación del usuario:<br></p><ul><li><em><strong>Devolutions Server</strong></em>: cree un usuario en Devolutions Server sin crear un inicio de sesión SQL.</li><li><em><strong>Dominio</strong></em>: autenticar mediante la cuenta de usuario de Active Directory.</li><li><em><strong>Entra ID</strong></em>: autenticar mediante la cuenta de usuario de Entra ID.</li></ul></td></tr><tr><td><strong>Nombre de usuario (obligatorio)</strong></td><td>Nombre de inicio de sesión del usuario.</td></tr><tr><td><strong>Tipo de usuario</strong></td><td><p>Elija el tipo de usuario:<br></p><ul><li><em><strong>Administrador</strong></em>: conceda derechos administrativos completos al usuario.</li><li><em><strong>Usuario</strong></em>: conceda todos los derechos básicos al usuario (<em><strong>Añadir</strong></em>, <em><strong>Editar</strong></em>, <em><strong>Eliminar</strong></em>).</li></ul></td></tr><tr><td><strong>Etiquetas</strong></td><td>Se pueden añadir <em><strong>etiquetas externas</strong></em> y <em><strong>privilegiadas</strong></em> al crear o editar usuarios. Son útiles para <em><strong>usuarios temporales</strong></em>, como <em><strong>contratistas</strong></em>. Las <em><strong>etiquetas</strong></em> aparecen en el menú Cuenta, en Información del usuario, y se muestran en los espacios de trabajo de Devolutions Server en Remote Desktop Manager.</td></tr><tr><td><strong>Habilitado</strong></td><td>Marque esta opción para activar el usuario.</td></tr><tr><td><strong>Debe cambiar la contraseña en el siguiente inicio de sesión</strong></td><td>Marque esta opción para forzar al usuario a cambiar la contraseña en el siguiente inicio de sesión.</td></tr><tr><td><strong>Habilitar inicio de sesión de emergencia</strong></td><td>Habilite la función de <a href="/pages/aMpnlmU4J1QHl9iwptN2">acceso de emergencia</a> para permitir el inicio de sesión a los administradores incluso si los proveedores no están disponibles.</td></tr><tr><td><strong>Nombre</strong></td><td>Introduzca el nombre del usuario.</td></tr><tr><td><strong>Apellidos</strong></td><td>Introduzca los apellidos del usuario.</td></tr><tr><td><strong>Correo electrónico (obligatorio)</strong></td><td>Introduzca la dirección de correo electrónico del usuario.</td></tr><tr><td><strong>Idioma</strong></td><td>Idioma de la interfaz web del usuario.</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/es/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.
