> 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

Configure la configuración general de usuario en Devolutions Server, incluidos el tipo de autenticación, el nombre de usuario, el tipo de usuario, las etiquetas, la política de contraseñas y el inicio

### 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>: crear 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>: conceder al usuario todos los derechos administrativos.</li><li><em><strong>Usuario</strong></em>: conceder al usuario todos los derechos básicos (<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>Las etiquetas <em><strong>Externo</strong></em> y <em><strong>Privilegiado</strong></em> se pueden añadir al crear o editar usuarios. Son útiles para <em><strong>usuarios temporales</strong></em>, como los <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>Fecha de caducidad</strong></td><td>Seleccione la fecha en la que caduca la cuenta de usuario. Una vez alcanzada esa fecha, el usuario ya no puede abrir nuevas conexiones. Se muestra una advertencia al usuario cuando quedan menos de 24 horas de acceso.</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 próximo inicio de sesión</strong></td><td>Marque esta opción para forzar al usuario a cambiar la contraseña la próxima vez que inicie sesión.</td></tr><tr><td><strong>Habilitar el inicio de sesión de emergencia</strong></td><td>Habilite la función de <a href="/server/es/knowledge-base/how-to-articles/enable-emergency-login-code-authentication.md">acceso de emergencia</a> para permitir el inicio de sesión de 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.
