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