diff --git a/attributs.py b/attributs.py index 0134a86..cf5fabe 100644 --- a/attributs.py +++ b/attributs.py @@ -58,7 +58,7 @@ from gestion import config from gestion import annuaires_pg #: Format d'un hash de mdp ldap -HASH_RE = re.compile(r'{(?P[a-zA-Z]+)}(?P.*)') +HASH_RE = re.compile(r'{(?P[a-zA-Z0-9]+)}(?P.*)') #: Serveur SMTP smtpserv = "smtp.crans.org"