Coorect bug inscription

This commit is contained in:
kitoy 2025-12-30 22:05:15 +01:00
parent d6b4d64390
commit 50db0fcce2

View File

@ -93,7 +93,7 @@ def signin(token) :
if MAIL_SERVER:
mail = user.lower()+'@'+hostname
mail = user.lower()+'@'+mail_domain
if not(email_disp(mail)) :
flash(u'Cette Adresse email est déjà utilisée , merci d\'en choisir une autre', 'error')
not_error = False