summaryrefslogtreecommitdiff
path: root/lib/right.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-15 15:59:10 +0100
committerEvan Prodromou <evan@status.net>2009-11-15 15:59:10 +0100
commitc9475c76a8b4c2bf32d1d3293b03b646e7e7a91e (patch)
treed5e5bc7e9859824b25788d947eddff1531cb329b /lib/right.php
parente3b53565bb5744116811cd88dbe67ae8df7547fd (diff)
define rights around how to silence, sandbox, and delete a user
Diffstat (limited to 'lib/right.php')
-rw-r--r--lib/right.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/right.php b/lib/right.php
index 4fc981af0..88abdf780 100644
--- a/lib/right.php
+++ b/lib/right.php
@@ -47,5 +47,8 @@ class Right
{
const DELETEOTHERSNOTICE = 'deleteothersnotice';
const CONFIGURESITE = 'configuresite';
+ const DELETEUSER = 'deleteuser';
+ const SILENCEUSER = 'silenceuser';
+ const SANDBOXUSER = 'sandboxuser';
}