mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°7423 - Forbid UserTokens to be able to connect to the backoffice (or any portal) - add context to users
This commit is contained in:
@@ -209,12 +209,15 @@ Operators:<br/>
|
||||
'Core:AttributeTag' => 'Tags',
|
||||
'Core:AttributeTag+' => '',
|
||||
|
||||
'Core:Context=REST/JSON' => 'REST',
|
||||
'Core:Context=REST/JSON' => 'Webservice',
|
||||
'Core:Context=Synchro' => 'Synchro',
|
||||
'Core:Context=Setup' => 'Setup',
|
||||
'Core:Context=GUI:Console' => 'Console',
|
||||
'Core:Context=CRON' => 'cron',
|
||||
'Core:Context=CRON' => 'Background tasks',
|
||||
'Core:Context=GUI:Portal' => 'Portal',
|
||||
'Core:Context=GUI' => 'GUI',
|
||||
'Core:Context=Import' => 'Import',
|
||||
'Core:Context=Export' => 'Export',
|
||||
));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user