How to prevent students to open user/profile.php

How to prevent students to open user/profile.php

Thomas Gerber發表於
Number of replies: 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


評比平均分數: -
In reply to 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.