From 0ff0c9746b23b857622c511d841573f57774024d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 14 Sep 2012 11:35:48 -0400 Subject: [PATCH] removed 'node' role --- PLC/Methods/AuthCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/AuthCheck.py b/PLC/Methods/AuthCheck.py index 0a4c2601..b67ef2a8 100644 --- a/PLC/Methods/AuthCheck.py +++ b/PLC/Methods/AuthCheck.py @@ -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') -- 2.47.0