pull/1297/head
Joas Schilling 9 years ago
parent c0ecdf6402
commit 83c46f0541
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 2
      core/Command/User/ResetPassword.php

@ -100,7 +100,7 @@ class ResetPassword extends Command {
$question->setHidden(true);
$password = $helper->ask($input, $output, $question);
$question = new Question('Conform the new password: ');
$question = new Question('Confirm the new password: ');
$question->setHidden(true);
$confirm = $helper->ask($input, $output, $question);

Loading…
Cancel
Save