From f6b335245d237c2e7e56474f4e8f0cccd3d81b7e Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Tue, 6 Sep 2011 10:15:23 +0200 Subject: [PATCH] set more then one firstpassword --- openslides/participant/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/participant/models.py b/openslides/participant/models.py index e7ec19a31..f82ce311a 100644 --- a/openslides/participant/models.py +++ b/openslides/participant/models.py @@ -62,4 +62,4 @@ def set_first_user_passwords(): user.user.set_password(user.firstpassword) user.user.save() user.save() - return count \ No newline at end of file + return count