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 năm trước cách đây
mục cha
commit
44a33365a6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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'))
 		{