Email visible to guests

Re: Email visible to guests

by Martin Dougiamas -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
My tip was only for the default value (for new accounts).

You can do the same thing to all the existing values in that column with a SQL statement like :

UPDATE user SET maildisplay = 2;

Also, note that admins and teachers see the email addreses regardless.