modified: scripts/set_mail_alias
modified: templates/myalias.html modified: views/inscription.py modified: views/profil.py
This commit is contained in:
@@ -60,7 +60,7 @@ def signin(token) :
|
||||
|
||||
|
||||
if MAIL_SERVER:
|
||||
mail = request.form['mail']+'@'+hostname
|
||||
mail = request.form['mail'].lower()+'@'+hostname
|
||||
if not(email_disp(mail)) :
|
||||
flash(u'Adresse email déjà utilisé ou invalide, merci d\'en choisir une autre', 'error')
|
||||
resp = render_template('inscription.html',
|
||||
|
||||
Reference in New Issue
Block a user