From 7d46574498e681d185acd77af5fa13fd304738a8 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Wed, 7 Sep 2011 14:27:36 +0200 Subject: [PATCH] realy realy save password... --- openslides/participant/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openslides/participant/models.py b/openslides/participant/models.py index 228360604..f82ce311a 100644 --- a/openslides/participant/models.py +++ b/openslides/participant/models.py @@ -40,6 +40,7 @@ class Profile(models.Model): def reset_password(self): self.user.set_password(self.firstpassword) + self.user.save() def __unicode__(self): if self.group: