From 80bc1bc191f3540b526385fa2dcb5f69da6e6faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Mon, 26 Apr 2021 12:00:54 +0200 Subject: [PATCH] Typo --- src/Shell/UsersShell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(