[Using Sakai] Confidentiality in message tool
Diego del Blanco Orobitg
diego.delblanco at samoo.es
Fri Jun 1 02:55:07 PDT 2012
Hi Eric.
In Private Messages, the user can see the "Name" of the other users and the
"ID" of the other users in this way "Name(ID)". I don't know if maybe the
ID in your university is the email and maybe that's the reason to see the
email so you will see something like "Eric Duquenoy
(eric.duquenoy at univ.littoral.dr)"
Is this your problem?
Code that displays this is this one:
if (ServerConfigurationService.getBoolean("msg.displayEid", true)) {
memberItem.setName(user.getSortName() + " (" +
user.getDisplayId() + ")");
}
else {
memberItem.setName(user.getSortName());
}
So... if you set a property in your sakai properties with
msg.displayEid=false you will avoid this.
Best wishes!
Diego del Blanco Orobitg
Director de operaciones
diego.delblanco at samoo.es
Tlf Oficina: 673 80 32 69
Tlf Móvil: 653 683 489
www.samoo.es
-----Mensaje original-----
De: sakai-user-bounces at collab.sakaiproject.org
[mailto:sakai-user-bounces at collab.sakaiproject.org] En nombre de Duquenoy
Enviado el: jueves, 31 de mayo de 2012 18:50
Para: sakai-user at collab.sakaiproject.org
Asunto: [Using Sakai] Confidentiality in message tool
Hello,
when a student uses the message tool to send an email, he can see the name
and email address of the other students. For confidentiality reasons, I need
that this is not possible: the student will be allowed to send an email to
teachers only and not see the IDs of other students
Anyone has a solution?
have a nice day
--
------------------------------------------------------------------------
Eric Duquenoy - MCF63
Université du Littoral - Côte d'Opale
Calais - FRANCE
sakai.univ-littoral.fr
------------------------------------------------------------------------
_______________________________________________
sakai-user mailing list
sakai-user at collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/sakai-user
TO UNSUBSCRIBE: send email to sakai-user-unsubscribe at collab.sakaiproject.org
with a subject of "unsubscribe"
More information about the sakai-user
mailing list