diff --git a/attributs.py b/attributs.py index 22a330c..81ad9bc 100644 --- a/attributs.py +++ b/attributs.py @@ -507,8 +507,8 @@ class compteWiki(Attr): can_modify = [nounou, cableur, soi] ldap_name = "compteWiki" - def parse_value(self, compte): - self.value = validate_name(compte) + #def parse_value(self, compte): + #self.value = validate_name(compte) # TODO: validate with mdp for user definition here ? @crans_attribute