Hidding column when enrolling user?

Hidding column when enrolling user?

ved Uvigo Atic -
Antal besvarelser: 2
Hello all,

It is possible to hide some fields from autocompletion when adding a participant to the course? We are usen ID number as username and
it is not a good privacy practice to be able to view the IDs of all users.

Thank you all.
Gennemsnitsbedømmelse: -
I svar til Uvigo Atic

Re: Hidding column when enrolling user?

ved Brett Dalton -
Billede af Moodle HQ Billede af Particularly helpful Moodlers
The issue you will have there is you need to be able to uniquely identify a user if you have 2 with the same name. That is extremely common in institutions of any size. Email addresses are also visible in many other parts of the system (gradebook for example) and optionally in use profiles etc.
I svar til Uvigo Atic

Re: Hidding column when enrolling user?

ved Tim Hunt -
Billede af Core developers Billede af Documentation writers Billede af Particularly helpful Moodlers Billede af Peer reviewers Billede af Plugin developers
There are two main settings which control this:

1. Under Admin -> Users -> User policies -> Show user identity, you can control which identifiers are siginificant to your organisation, and so should be shown in places like this.

2. The capability moodle/site:viewuseridentity - by controlling which roles have that permission, you can control who sees that information, so only the people who need to see it can see it.

As Brett says, People enrolling other people in courses probably need a way to make sure they really have the right user.