From 0e76537f7adc1a5c6184f0c8a08edf8d5dee90c4 Mon Sep 17 00:00:00 2001 From: iglocska Date: Wed, 13 Mar 2019 17:31:07 +0100 Subject: [PATCH] fix: [Training] AAARGH --- app/Console/Command/TrainingShell.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Command/TrainingShell.php b/app/Console/Command/TrainingShell.php index bf69aae0a..08457631b 100644 --- a/app/Console/Command/TrainingShell.php +++ b/app/Console/Command/TrainingShell.php @@ -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 );