X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=baa18d3c13606b011cc6ea96e6b924065bccb0e0;hb=119d0f7dbab40f30170ba263de78d7e9cea984db;hp=bacbea5f2966dc6afd20d1708f92f57b58225e8a;hpb=ddb60a8191de23fc11f6711954575ac7b6f49998;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index bacbea5f29..baa18d3c13 100644 --- a/lib/right.php +++ b/lib/right.php @@ -61,5 +61,12 @@ 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'; }