Branch 'pykolab-0.4' - pykolab/setup

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed May 16 14:36:37 CEST 2012


 pykolab/setup/setup_roundcube.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83877761dc568b4ccfdfe1c47c82c9173a6cb120
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed May 16 13:29:16 2012 +0100

    24 characters is not the same as 25 characters (#715, #770)

diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py
index 30a2aa9..ad23d6c 100644
--- a/pykolab/setup/setup_roundcube.py
+++ b/pykolab/setup/setup_roundcube.py
@@ -68,7 +68,7 @@ def execute(*args, **kw):
                             hashlib.md5("%s" % random.random()).digest().encode("base64"),
                             hashlib.md5("%s" % random.random()).digest().encode("base64")
                         )
-                )[:25],
+                )[:24],
 
             'imap_admin_login': conf.get('cyrus-imapd', 'admin_login'),
             'imap_admin_password': conf.get('cyrus-imapd', 'admin_password'),





More information about the commits mailing list