We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 127bb70 + 27f794c commit 3e8c7bdCopy full SHA for 3e8c7bd
src/Shell/UsersShell.php
@@ -239,6 +239,7 @@ public function passwordEmail()
239
'expiration' => Configure::read('Users.Token.expiration'),
240
'checkActive' => false,
241
'sendEmail' => true,
242
+ '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