fix: [Training] AAARGH

pull/4313/head
iglocska 2019-03-13 17:31:07 +01:00
parent af8f730ebf
commit 0e76537f7a
1 changed files with 0 additions and 2 deletions

View File

@ -172,8 +172,6 @@ class TrainingShell extends AppShell {
$user = array(
'email' => $email,
'password' => $newKey,
'confirm_password' => $newKey,
'enable_password' => 1,
'role_id' => $role_id,
'org_id' => $remote_org_id
);