X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=f00f59027877da07a63fdc75a117edeee6f453a4;hb=b24d711f552854d88f2df2120672bdaf173335fc;hp=bacbea5f2966dc6afd20d1708f92f57b58225e8a;hpb=07963a2a1061b8904c7c4df338c6e828ad6d8c40;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index bacbea5f29..f00f590278 100644 --- a/lib/right.php +++ b/lib/right.php @@ -61,5 +61,14 @@ class Right 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'; + const REVIEWSPAM = 'reviewspam'; + const TRAINSPAM = 'trainspam'; }