fix: [Training] Org ID for sync users fixed

pull/4411/head
iglocska 2019-04-02 10:58:43 +02:00
parent 4bbe7f1cd2
commit ca3d23dbe1
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ class TrainingShell extends AppShell {
'change_pw' => 1,
'authkey' => $this->User->generateAuthKey(),
'termsaccepted' => 0,
'org_id' => $remote_org_id,
'org_id' => $org,
'role_id' => $sync_role,
'email' => 'sync_user@' . $org . '.test'
));