]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / lib / right.php
index bacbea5f2966dc6afd20d1708f92f57b58225e8a..baa18d3c13606b011cc6ea96e6b924065bccb0e0 100644 (file)
@@ -61,5 +61,12 @@ class Right
     const GRANTROLE          = 'grantrole';
     const REVOKEROLE         = 'revokerole';
     const DELETEGROUP        = 'deletegroup';
+    const BACKUPACCOUNT      = 'backupaccount';
+    const RESTOREACCOUNT     = 'restoreaccount';
+    const DELETEACCOUNT      = 'deleteaccount';
+    const MOVEACCOUNT        = 'moveaccount';
+    const CREATEGROUP        = 'creategroup';
+    const WEBLOGIN           = 'weblogin';
+    const API                = 'api';
 }