svn kwds
[plcapi.git] / PLC / Methods / AuthCheck.py
index 88b57ae..0a4c260 100644 (file)
@@ -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):