diff --git a/src/Controller/Traits/PasswordManagementTrait.php b/src/Controller/Traits/PasswordManagementTrait.php index 3f712e48..72de4a41 100644 --- a/src/Controller/Traits/PasswordManagementTrait.php +++ b/src/Controller/Traits/PasswordManagementTrait.php @@ -186,6 +186,7 @@ public function requestResetPassword() 'If the account is valid, the system will send an instructional email to the address on record.', ); $this->Flash->success($msg); + return $this->redirect(['action' => 'login']); } catch (Exception $exception) { $msg = __d('cake_d_c/users', 'There was an error please contact Administrator'); $this->Flash->error($msg);