New profile: Portal User (and link from a ticket to the user portal)

SVN:trunk[801]
This commit is contained in:
Romain Quetiez
2010-09-09 13:47:22 +00:00
parent 5070dd2abe
commit 5f497a55de
7 changed files with 147 additions and 22 deletions

View File

@@ -37,6 +37,11 @@ class UserRightsNull extends UserRightsAddOnAPI
return true;
}
public function IsPortalUser($oUser)
{
return true;
}
public function Setup()
{
return true;