04-15-2015, 05:40 AM
I am trying to use it in vtigerCRM mode. I created a new user, profile and role. I added this user to PortalConfig.php with the correct access key. I also changed main.php to
I am then using the email and password for that new user and I get the error.
It works fine in CPortal mode for contacts.
Even after changing the vtyiicpngScope' => 'vtigerCRM I can still log in using a contact CPortal details.
Code:
'vtyiicpngScope' => 'vtigerCRM', // CPortal | vtigerCRM
'notSupportedModules' => array(
'vtigerCRM' => array(
I am then using the email and password for that new user and I get the error.
Code:
(1) Given user name could not be found.
It works fine in CPortal mode for contacts.
Even after changing the vtyiicpngScope' => 'vtigerCRM I can still log in using a contact CPortal details.