Browse Source

Portal users: limit their access depending on their organization!!!!

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1320 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
44a33365a6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/userrights.class.inc.php

+ 0 - 2
core/userrights.class.inc.php

@@ -597,8 +597,6 @@ class UserRights
 		if (!self::CheckLogin()) return true;
 
 		if (self::IsAdministrator()) return true;
-		// Portal users actions are limited by the portal page...
-		if (self::IsPortalUser()) return true;
 
 		if (MetaModel::HasCategory($sClass, 'bizmodel'))
 		{