mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
New profile: Portal User (and link from a ticket to the user portal)
SVN:trunk[801]
This commit is contained in:
@@ -144,6 +144,11 @@ class UserRightsMatrix extends UserRightsAddOnAPI
|
||||
return ($oUser->GetKey() == 1);
|
||||
}
|
||||
|
||||
public function IsPortalUser($oUser)
|
||||
{
|
||||
return ($oUser->GetKey() == 1);
|
||||
}
|
||||
|
||||
public function Setup()
|
||||
{
|
||||
// Users must be added manually
|
||||
|
||||
Reference in New Issue
Block a user