Rolling back on the exclusion of portal users from the REST/JSON API. Let's communicate on this future change and leave some time for integrators to get ready for the change.

SVN:trunk[3268]
This commit is contained in:
Romain Quetiez
2014-07-11 14:37:55 +00:00
parent 302811986e
commit 0068d7c8be

View File

@@ -96,7 +96,7 @@ try
{
utils::UseParamFile();
$iRet = LoginWebPage::DoLogin(false, false, LoginWebPage::EXIT_RETURN);
$iRet = LoginWebPage::DoLogin(false, true, LoginWebPage::EXIT_RETURN);
if ($iRet != LoginWebPage::EXIT_CODE_OK)
{
switch($iRet)