Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 authored and ajibarra committed Jan 10, 2025
1 parent 8db2f5a commit 80bc1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/UsersShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 80bc1bc

Please sign in to comment.