diff options
author | Evan Prodromou <evan@status.net> | 2009-11-15 15:59:10 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-15 15:59:10 +0100 |
commit | c9475c76a8b4c2bf32d1d3293b03b646e7e7a91e (patch) | |
tree | d5e5bc7e9859824b25788d947eddff1531cb329b /lib | |
parent | e3b53565bb5744116811cd88dbe67ae8df7547fd (diff) |
define rights around how to silence, sandbox, and delete a user
Diffstat (limited to 'lib')
-rw-r--r-- | lib/right.php | 3 |
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'; } |