Commit 441ce15f authored by delanoe's avatar delanoe

[ADMIN] Création des comptes.

parent 19fe1edb
......@@ -14,6 +14,10 @@ def notify_user(username, email, password):
Votre login est: %s
Votre mot de passe est : %s
En janvier prochain, il y aura une formation Gargantext (gratuite).
Inscription obligatoire pour les dernière places:
http://iscpif.fr/event/formation-gargantext/
Nous restons votre disposition pour tout complément d'information.
Cordialement
--
......@@ -21,9 +25,7 @@ def notify_user(username, email, password):
''' % (username, password)
send_mail('[Gargantext] Votre compte', message, 'alexandre.delanoe@mines-paristech.fr', [email], fail_silently=False )
#send_mail('[Gargantext] Votre compte', message, 'alexandre.delanoe@mines-paristech.fr', [email], ['alexandre@delanoe.org'] )
send_mail('[Gargantext] Votre accès à la plateforme', message, 'alexandre.delanoe@iscpif.fr', [email], fail_silently=False )
# add option for mass sending email
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment