Students seeing each others' email addresses in forum emails (Moodle 2.3.2)

Re: Students seeing each others' email addresses in forum emails (Moodle 2.3.2)

by Richard Crawford -
Number of replies: 0

Hi Constance,

That didn't work for me. I ended up altering the source code of /mod/forum/lib.php, and adding these lines:

// DLC HACK 2013-07-15 rsc
// Make sure the "no reply" email address is used
$userfrom->email = $CFG->noreplyaddress;
// END HACK

 

around line 702.