X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=d144b21ae98469595f24c84ffc8dff47ae9e66f3;hb=3b19b63babc538d7dece46fa818049c92a3eae3f;hp=deb451fde90c96c5f9cf5b355b3bec11dbc43528;hpb=0624f7fd702eff41f686e4e5121b9b2741e8ab0e;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index deb451fde9..d144b21ae9 100644 --- a/lib/right.php +++ b/lib/right.php @@ -60,5 +60,11 @@ class Right const MAKEGROUPADMIN = 'makegroupadmin'; const GRANTROLE = 'grantrole'; const REVOKEROLE = 'revokerole'; + const DELETEGROUP = 'deletegroup'; + const BACKUPACCOUNT = 'backupaccount'; + const RESTOREACCOUNT = 'restoreaccount'; + const DELETEACCOUNT = 'deleteaccount'; + const MOVEACCOUNT = 'moveaccount'; + const CREATEGROUP = 'creategroup'; }