From: Guillaume Pellerin Date: Fri, 11 Jul 2014 17:21:41 +0000 (+0200) Subject: send email X-Git-Tag: 1.1~436 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e51797a927599b315aad68df3bc6ef61e34e6048;p=teleforma.git send email --- diff --git a/teleforma/management/commands/teleforma-reset-all-passwords-with-mail-fix.py b/teleforma/management/commands/teleforma-reset-all-passwords-with-mail-fix.py index 22ca3d87..a044bee1 100644 --- a/teleforma/management/commands/teleforma-reset-all-passwords-with-mail-fix.py +++ b/teleforma/management/commands/teleforma-reset-all-passwords-with-mail-fix.py @@ -63,9 +63,7 @@ class Command(BaseCommand): trig = True if trig and user.email: i += 1 - # self.init_password_email(user) - # profile.init_password = True - # profile.save() + self.init_password_email(user) logger.logger.info('init : ' + user.username) logger.logger.info('############## Done #################')