From 0fdab02d68d50377826d14be935e8b1ae0162094 Mon Sep 17 00:00:00 2001 From: Massimo Date: Tue, 4 Jun 2013 09:31:53 -0500 Subject: [PATCH] fixed auth.settings.manager_group_role --- VERSION | 2 +- gluon/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 002d2c29..b6c8b766 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.7-stable+timestamp.2013.06.03.22.40.40 +Version 2.4.7-stable+timestamp.2013.06.04.09.30.34 diff --git a/gluon/tools.py b/gluon/tools.py index d9e03a43..e84f0b9e 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -878,7 +878,7 @@ class Auth(object): alternate_requires_registration=False, create_user_groups="user_%(id)s", everybody_group_id=None, - manager_group_id=None, + manager_group_role=None, login_captcha=None, register_captcha=None, retrieve_username_captcha=None,