From c605009984f23aa8013dbb8281759b023a3bd448 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Wed, 10 Sep 2014 23:43:23 +0200 Subject: [PATCH] pas de sanity_check sur le wiki name --- attributs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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