diff options
author | Evan Prodromou <evan@status.net> | 2010-12-13 16:28:32 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-12-13 16:28:32 -0500 |
commit | 75aaa9846263cb25d0047200e9eec678ca725ffe (patch) | |
tree | 08b407936225b8cece4a61b6e3283454fceb4757 /lib | |
parent | 7c7b91e61ad273023d774617f23fa1429f535b22 (diff) |
define rights for account maintenance and default rules
Diffstat (limited to 'lib')
-rw-r--r-- | lib/right.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/right.php b/lib/right.php index bacbea5f2..5bf9c4116 100644 --- a/lib/right.php +++ b/lib/right.php @@ -61,5 +61,9 @@ class Right const GRANTROLE = 'grantrole'; const REVOKEROLE = 'revokerole'; const DELETEGROUP = 'deletegroup'; + const BACKUPACCOUNT = 'backupaccount'; + const RESTOREACCOUNT = 'restoreaccount'; + const DELETEACCOUNT = 'deleteaccount'; + const MOVEACCOUNT = 'moveaccount'; } |