We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa5229 commit 27f794cCopy full SHA for 27f794c
src/Shell/UsersShell.php
@@ -239,7 +239,7 @@ public function passwordEmail()
239
'expiration' => Configure::read('Users.Token.expiration'),
240
'checkActive' => false,
241
'sendEmail' => true,
242
- 'type' => 'passord',
+ 'type' => 'password',
243
]);
244
if ($resetUser) {
245
$msg = __d('CakeDC/Users', 'Please ask the user to check the email to continue with password reset process');
0 commit comments