Minor changes

Antonio Cañas Vargas 2017-03-23 10:44:31 +01:00
parent 296eee85c6
commit 2b47f4b078

@ -5,22 +5,22 @@ Teachers and administrators can report that a user is possibly duplicated.
## Possibly duplicate users
The option **USERS > Others > Duplicates** lists the users who have been reported as possibly duplicates. In each row in the list, under the user, there are two buttons:
* **Similar users**: Displays a list of users with the same ID or the same name as the user in this row.
* **Not duplicated**: Removes this user from the list. Click on it when you are sure that this user is not duplicated.
* **Similar users**: Displays a list of users with the same ID (identity number/passport) or the same name as the user in this row.
* **Not duplicated**: Removes this user from the list. Click on it when you think that this user is not duplicated.
## Similar users
After clicking on the **Similar users** button a list is displayed with all the users that share the ID or the name with the selected user.
For each user in the list the following user information is displayed:
* Basic data
* Basic data:
* Photo
* ID (identity number/passport)
* Surname 1
* Surname 2
* First name
* Institution
* Some figures of use of the platform by the user
* Some figures of use of the platform by the user:
* number of courses in which the user is a teacher
* number of courses in which the user is a student
* number of files uploaded
@ -32,4 +32,4 @@ For each user in the list the following user information is displayed:
* List of courses in which the user is a teacher
* List of courses in which the user is a student
For each of the similar users in the list an **Eliminate user account** button is displayed. If the user is also marked as a possible duplicate, a **Not duplicated** button is displayed. Using all the information from each similar user, system administrators must decide if any of the similar users are actually duplicates and should be removed.
For each of the similar users shown in the list an **Eliminate user account** button is displayed. If the user is marked as a possible duplicate, a **Not duplicated** button is displayed. Using all the information from each similar user, system administrators must decide if any of the similar users are actually duplicates and should be removed.