From 0a81a30adc589d62038848acd6bbc4bae2f5f560 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 31 Jan 2007 22:41:34 +0000 Subject: [PATCH] - Auth() now implies BootAuth() --- 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 88b57ae..0a4c260 100644 --- a/PLC/Methods/AuthCheck.py +++ b/PLC/Methods/AuthCheck.py @@ -9,7 +9,7 @@ class AuthCheck(Method): """ roles = ['admin', 'pi', 'user', 'tech', 'node'] - accepts = [Mixed(Auth(), BootAuth())] + accepts = [Auth()] returns = Parameter(int, '1 if successful') def call(self, auth): -- 2.43.0