]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
define rights around how to silence, sandbox, and delete a user
[quix0rs-gnu-social.git] / lib / right.php
index 4fc981af047c10d55deb6175a4a1b7c985e44607..88abdf78055ac04ce2caf21808e5871bd5ec870c 100644 (file)
@@ -47,5 +47,8 @@ class Right
 {
     const DELETEOTHERSNOTICE = 'deleteothersnotice';
     const CONFIGURESITE      = 'configuresite';
+    const DELETEUSER         = 'deleteuser';
+    const SILENCEUSER        = 'silenceuser';
+    const SANDBOXUSER        = 'sandboxuser';
 }