How to prevent students to open user/profile.php

How to prevent students to open user/profile.php

autor Thomas Gerber -
Počet odpovědí: 1

Hi, I was already able to hide all the user detail fields, scrolling through the role permissions and espacialy using the information on: https://docs.moodle.org/311/en/User_policies#Hide_user_fields

But the students are still able to open the user/profile.php page and see the real name of the other students.


So anyone is able to scroll through all the real name of my students, just using the link /user/profile.php?id=XXX and increasing the ID number.

I need to hide really every personal information, even if it's just the real name, to prevent data scraping.

Did I miss a role permission? I'm using Moodle 3.11.

Any help would be very appreciated.


Thanks in advanced

Thomas


Průměr hodnocení: -
V odpovědi na Thomas Gerber

Re: How to prevent students to open user/profile.php

autor Howard Miller -
Obrázek: Core developers Obrázek: Documentation writers Obrázek: Particularly helpful Moodlers Obrázek: Peer reviewers Obrázek: Plugin developers

"So anyone is able to scroll through all the real name of my students, just using the link /user/profile.php?id=XXX and increasing the ID number."

They're definitely not. Read the User_profiles page, carefully.