X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=baa18d3c13606b011cc6ea96e6b924065bccb0e0;hb=e109b2592f86dec977922bc4474dde36aed109cb;hp=5e66eae0ed3da13e43d638eb6e33f9534ebb9043;hpb=d59af0296070cd868855564a0280e4be2c16410d;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 5e66eae0ed..baa18d3c13 100644 --- a/lib/right.php +++ b/lib/right.php @@ -57,5 +57,16 @@ class Right const EMAILONREPLY = 'emailonreply'; const EMAILONSUBSCRIBE = 'emailonsubscribe'; const EMAILONFAVE = 'emailonfave'; + 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'; + const WEBLOGIN = 'weblogin'; + const API = 'api'; }