diff --git a/src/Controller/Traits/PasswordManagementTrait.php b/src/Controller/Traits/PasswordManagementTrait.php index e0a7d53c..6cbe45c3 100644 --- a/src/Controller/Traits/PasswordManagementTrait.php +++ b/src/Controller/Traits/PasswordManagementTrait.php @@ -175,7 +175,7 @@ public function requestResetPassword() return $this->redirect(['action' => 'login']); } catch (UserNotFoundException $exception) { - $this->Flash->error(__d('cake_d_c/users', 'User {0} was not found', $reference)); + $this->Flash->error(__d('cake_d_c/users', 'If the account is valid, the system will send an instructional email to the address on record.')); } catch (UserNotActiveException $exception) { $this->Flash->error(__d('cake_d_c/users', 'The user is not active')); } catch (Exception $exception) {