modified: scripts/set_mail_alias

modified:   templates/myalias.html
	modified:   views/inscription.py
	modified:   views/profil.py
This commit is contained in:
kitoy
2022-08-12 16:18:46 +02:00
parent 265e6d5f65
commit dfebabe92d
5 changed files with 55 additions and 31 deletions

View File

@@ -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',