Diferencia entre revisiones de «Ojear lista de usuarios»

De MoodleDocs
(tidy up)
(tidy up)
(No se muestran 2 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
{{Versiones|Esta documentación es para Moodle 4.4, pero existe una versión antigua en [[43/Ojear lista de usuarios]].}}
{{Versiones|Esta documentación es para Moodle 4.4, pero existe una versión antigua en [[43/Ojear lista de usuarios]].}}
{{Cuentas}}
{{Cuentas}}
{En Traduccion}}
{{EnTraduccion}}
== Overview ==
== Overview ==
{{New features}}
{{Nuevas características de Moodle 4.4}}


An administrator can browse and search the list of all user accounts in ''Site administration > Users > Accounts > Browse list of users''.
An administrator can browse and search the list of all user accounts in ''Site administration > Users > Accounts > Browse list of users''.
Línea 12: Línea 12:




===Filters===
===Filtros===
You can search for users, using particular criteria or Filters. These criteria can be configured to display data as per the following limits:
You can search for users, using particular criteria or Filters. These criteria can be configured to display data as per the following limits:


Línea 27: Línea 27:
[[File:userfilter.png|thumb|Filtering]]
[[File:userfilter.png|thumb|Filtering]]


====Using wildcards====
====Usando comodines====


Wildcards may be used when searching to represent one or more characters. There are two wildcards:
Wildcards may be used when searching to represent one or more characters. There are two wildcards:
Línea 37: Línea 37:
* A\_B will find users starting exactly with 'A_B'.
* A\_B will find users starting exactly with 'A_B'.


==Deleting an account==
==Eliminar una cuenta==


An account can be deleted by clicking the delete icon opposite the user's name.  
An account can be deleted by clicking the delete icon opposite the user's name.  
Línea 49: Línea 49:
See the forum discussion [https://moodle.org/mod/forum/discuss.php?d=376103 Is there a way to completely delete users including all their data?] for details of how manual deletion differs from user requests for data deletion, plus information about future developments.
See the forum discussion [https://moodle.org/mod/forum/discuss.php?d=376103 Is there a way to completely delete users including all their data?] for details of how manual deletion differs from user requests for data deletion, plus information about future developments.


==Suspending an account==
==Suspender una cuenta==


An account can be suspended as follows:
An account can be suspended as follows:
Línea 59: Línea 59:
Suspended user accounts cannot log in or use web services, and any outgoing messages are discarded.
Suspended user accounts cannot log in or use web services, and any outgoing messages are discarded.


==See also==
==Vea también==


*[[Update profile]]
*[[Update profile]]


[[fr:Liste des utilisateurs]]
[[fr:Liste des utilisateurs]]
[[de:Nutzerliste anzeigen]]
[[de:Nutzerliste anzeigen]]
[[en:Browse list of users]]
[[en:Browse list of users]]

Revisión del 16:24 19 abr 2024

note icon.png 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.

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 Email-based self-registration 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.

Filtering

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.

Plantilla:Warning

If an account is deleted by mistake, it can be partially restored by resetting the deleted flag to zero in the database and resetting the username and email address. User profile details, user preferences, enrolments, and group and cohort membership data cannot be recovered. Grades may be recovered by re-enrolling the user into their courses and ticking the 'Recover user's old grades if possible' checkbox in the enrolment options. Forum posts are not deleted.

See the forum discussion Is there a way to completely delete users including all their data? for details of how manual deletion differs from user requests for data deletion, plus information about future developments.

Suspender una cuenta

An account can be suspended as follows:

  1. Click the edit icon opposite the user's name
  2. On the user profile edit page tick the 'Suspended account' checkbox
  3. 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.

Vea también