How to prevent students to open user/profile.php

How to prevent students to open user/profile.php

بواسطة - Thomas Gerber
عدد الردود: 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


متوسط التقييمات: -
رداً على Thomas Gerber

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

بواسطة - Howard Miller
صورة Core developers صورة Documentation writers صورة Particularly helpful Moodlers صورة Peer reviewers صورة 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.