get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / BootNotifyOwners.py
index 81a7cb0..7458b9d 100644 (file)
@@ -17,7 +17,7 @@ class BootNotifyOwners(Method):
     roles = ['node']
 
     accepts = [
-        Mixed(BootAuth(), SessionAuth()),
+        Auth(),
         Message.fields['message_id'],
         Parameter(int, "Notify PIs"),
         Parameter(int, "Notify technical contacts"),