diff --git a/attributs.py b/attributs.py index 4d1f41a..19be9e8 100644 --- a/attributs.py +++ b/attributs.py @@ -534,7 +534,7 @@ class nom(Attr): optional = False legend = "Nom" category = 'perso' - can_modify = [nounou, cableur] + can_modify = [nounou, cableur, soi] ldap_name = "nom" def parse_value(self, nom): @@ -553,7 +553,7 @@ class prenom(Attr): optional = False legend = u"Prénom" category = 'perso' - can_modify = [nounou, cableur] + can_modify = [nounou, cableur, soi] ldap_name = "prenom" def parse_value(self, prenom):