removed 'node' role
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 14 Sep 2012 15:35:48 +0000 (11:35 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 14 Sep 2012 15:35:48 +0000 (11:35 -0400)
PLC/Methods/AuthCheck.py

index 0a4c260..b67ef2a 100644 (file)
@@ -8,7 +8,7 @@ class AuthCheck(Method):
     otherwise.
     """
 
-    roles = ['admin', 'pi', 'user', 'tech', 'node']
+    roles = ['admin', 'pi', 'user', 'tech']
     accepts = [Auth()]
     returns = Parameter(int, '1 if successful')