]> git.parisson.com Git - teleforma.git/commitdiff
send email
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Jul 2014 17:21:41 +0000 (19:21 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Jul 2014 17:21:41 +0000 (19:21 +0200)
teleforma/management/commands/teleforma-reset-all-passwords-with-mail-fix.py

index 22ca3d87617d7e8a05ce5c2bc97165e495c7c93a..a044bee1d42d977de7d28e2436fc9233f95fec40 100644 (file)
@@ -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 #################')