diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index b3424755..33377e10 100644 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2797,9 +2797,6 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) if l > 17: raise ValueError(u"%s trop long." % champ.capitalize()) - if not new[0].isalpha(): - raise ValueError(u"Le premier caractère du champ %s doit être alphabétique" % champ) - if new.endswith('-'): raise ValueError(u"Le dernier caractère du champ %s ne peut être un tiret" % champ)