View Single Post
  #6  
Old 03-04-2015, 05:49 AM
 
skit skit is offline
 

Advanced Member
  
Join Date: Feb 2015
Posts: 40
 

Default Re: Working with users/Creating Users external

I think I got it. You have to add the role after the user is created.

$profile->addRoles($role);
$profile->create();
$role->addProfiles($profile);
__________________
V5.2.13
Reply With Quote