Just in case.
This commit is contained in:
parent
da40376e02
commit
ffa2fce724
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue