Skip to content

Commit

Permalink
configurator migration: remove UPDATE_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 24, 2023
1 parent bcbb7a9 commit e6dddad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configurator/src/Command/Migration20230807Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ public function execute(InputInterface $input, OutputInterface $output): int
'attributes' => [
'ps-auth-legacy-id' => $row['id'],
],
'requiredActions' => [
'UPDATE_PASSWORD',
],
]);
$userMap[$row['id']] = $user['id'];

Expand Down

0 comments on commit e6dddad

Please sign in to comment.