Skip to content

Commit 27f794c

Browse files
ravage84ajibarra
authored andcommitted
Typo
1 parent 5aa5229 commit 27f794c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shell/UsersShell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public function passwordEmail()
239239
'expiration' => Configure::read('Users.Token.expiration'),
240240
'checkActive' => false,
241241
'sendEmail' => true,
242-
'type' => 'passord',
242+
'type' => 'password',
243243
]);
244244
if ($resetUser) {
245245
$msg = __d('CakeDC/Users', 'Please ask the user to check the email to continue with password reset process');

0 commit comments

Comments
 (0)