From ab13249ef5f3d28d4334204425ce9fb2de2a133f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 23 Nov 2015 18:53:39 +0100 Subject: [PATCH] =?UTF-8?q?mailExt=20et=20mailAlias=20h=C3=A9ritent=20de?= =?UTF-8?q?=20mail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/attributs.py b/attributs.py index ca8b76c..1d194ea 100644 --- a/attributs.py +++ b/attributs.py @@ -816,7 +816,6 @@ class mailAlias(mail): optional = True unique = True legend = u"Alias mail" - can_modify = [soi, cableur, nounou] category = 'mail' ldap_name = "mailAlias" @@ -837,7 +836,6 @@ class mailExt(mail): optional = True unique = True legend = u"Mail de redirection ou de secours" - can_modify = [soi, cableur, nounou] category = 'mail' ldap_name = "mailExt"