From e51797a927599b315aad68df3bc6ef61e34e6048 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 11 Jul 2014 19:21:41 +0200 Subject: [PATCH] send email --- .../commands/teleforma-reset-all-passwords-with-mail-fix.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 #################') -- 2.39.5