diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 591c48ea..ebacd577 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1917,7 +1917,7 @@ def select(clas, quoi, mde=''): s.append(i) # Recherche par adresse mail/login - if '@' not in s[5]: + if s[5] != '*' and '@' not in s[5]: s[5] += '@crans.org' ### Contruction de la chaƮne de recherche