X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=f00f59027877da07a63fdc75a117edeee6f453a4;hb=6a36121a56fa5ff5e09c0e1454ba4e853fae54b6;hp=deb451fde90c96c5f9cf5b355b3bec11dbc43528;hpb=b8001ea1079c4c8895fd2323e1e4a47c0d71fde3;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index deb451fde9..f00f590278 100644 --- a/lib/right.php +++ b/lib/right.php @@ -60,5 +60,15 @@ 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'; + const WEBLOGIN = 'weblogin'; + const API = 'api'; + const REVIEWSPAM = 'reviewspam'; + const TRAINSPAM = 'trainspam'; }