diff --git a/src/Shell/UsersShell.php b/src/Shell/UsersShell.php index 138cce41..d98b5dd8 100644 --- a/src/Shell/UsersShell.php +++ b/src/Shell/UsersShell.php @@ -275,7 +275,7 @@ public function passwordEmail() 'expiration' => Configure::read('Users.Token.expiration'), 'checkActive' => false, 'sendEmail' => true, - 'type' => 'passord', + 'type' => 'password', ]); if ($resetUser) { $msg = __d(