]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Initial user role controls on profile pages, for owner to add/remove administrator...
[quix0rs-gnu-social.git] / lib / right.php
index 4e9c5a918dbe02b2e2795c63167dd9a99d7db8e7..deb451fde90c96c5f9cf5b355b3bec11dbc43528 100644 (file)
@@ -58,5 +58,7 @@ class Right
     const EMAILONSUBSCRIBE   = 'emailonsubscribe';
     const EMAILONFAVE        = 'emailonfave';
     const MAKEGROUPADMIN     = 'makegroupadmin';
+    const GRANTROLE          = 'grantrole';
+    const REVOKEROLE         = 'revokerole';
 }