Ojear lista de usuarios
| Existe documentación diferente para varias versiones de Moodle: Esta documentación es para Moodle 4.4, pero existe una versión antigua en 43/Ojear lista de usuarios. |
Overview
¡Nueva característica
en Moodle 4.4 !
An administrator can browse and search the list of all user accounts in Site administration > Users > Accounts > Browse list of users.

With a better filtering method, administrators can search for particular users or groups of users, select them and perform bulk actions such as deleting (prior to which a warning will display.) User pictures now show in the list alongside user details.
If you are using Auto-registro basado en Email and a user has a problem confirming their account, you can confirm their account for them by clicking the confirm link opposite their name. You can also suspend/unsuspend a user from the cog icon to the right of their details.
Filtros
You can search for users, using particular criteria or Filters. These criteria can be configured to display data as per the following limits:
- contains
- doesn't contain
- is equal to
- starts with
- ends with
- is empty
- is not empty
For example, if you wished to search for all users with John in their First Name or Last Name you would enter 'John' in the Full name filter and select the 'contains' limit.

Usando comodines
Wildcards may be used when searching to represent one or more characters. There are two wildcards:
- % The percent sign represents zero, one, or multiple characters
- _ The underscore represents a single character (Note: MS Access uses a question mark '?' instead of the underscore '_').
These wildcards can be escaped, if needed, to search users containing them, using a backslash '\':
- A_B will find all the users starting with an A, followed by any character and then B (i.e. AxB or A2B, but not AxxB).
- A\_B will find users starting exactly with 'A_B'.
Eliminar una cuenta
An account can be deleted by clicking the delete icon opposite the user's name.
When an account is deleted, the MD5 hash of the username is stored as the email address. The email address + timestamp for when the account was deleted is stored as the username.
| Advertencia: Eliminar una cuenta implica la eliminación permanente de los datos del usuario. Si desea conservar algún dato, debe suspender la cuenta del usuario. |
Si una cuenta se elimina por error, se puede restaurar parcialmente restableciendo la marca (flag) de eliminado a cero en la base de datos y restableciendo el nombre de usuario y la dirección de correo electrónico. No se pueden recuperar los datos del perfil, las preferencias, las inscripciones ni los datos de pertenencia a grupos y cohortes. Las calificaciones se pueden recuperar volviendo a inscribir al usuario en sus cursos y marcando la casilla "Recuperar las calificaciones anteriores del usuario si es posible" en las opciones de inscripción. Las publicaciones del foro no se eliminan. Los archivos vinculados a las tareas entregadas no se eliminan.
Suspender una cuenta
An account can be suspended as follows:
- Click the edit icon opposite the user's name
- On the user profile edit page tick the 'Suspended account' checkbox
- Scroll to the bottom of the page and click the 'Update profile' button
Suspended user accounts cannot log in or use web services, and any outgoing messages are discarded.