From ffa2fce72487f2ab7c6a1da43fe0448d7a80e55c Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Mon, 10 Mar 2008 16:11:32 -0400 Subject: [PATCH] Just in case. --- fas/fas/auth.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fas/fas/auth.py b/fas/fas/auth.py index fad4a96..b6b0a9f 100644 --- a/fas/fas/auth.py +++ b/fas/fas/auth.py @@ -20,8 +20,8 @@ def isAdmin(person): else: return False except KeyError: - print '%s - Your admin group could not be found!' % admingroup return False + return False def canAdminGroup(person, group): ''' @@ -81,6 +81,7 @@ def signedCLAPrivs(person): return False except KeyError: return False + return False def clickedCLAPrivs(person): ''' @@ -94,6 +95,7 @@ def clickedCLAPrivs(person): return False except KeyError: return False + return False def canEditUser(person, target): '''