diff --git a/blog/src/Auth/Controller/ChangePasswordController.php b/blog/src/Auth/Controller/ChangePasswordController.php index 28f779f8..1556dcd4 100644 --- a/blog/src/Auth/Controller/ChangePasswordController.php +++ b/blog/src/Auth/Controller/ChangePasswordController.php @@ -64,7 +64,7 @@ public function change( // PASSWORD CHANGE and other scenarios, that require forceful access revocation for old sessions. // The authService logout function will regenerate the auth key here => overwriting any auth key $authService->logout(); - $this->flash_message('success', $this->translator->translate('validator.password.change')); + $this->flashMessage('success', $this->translator->translate('validator.password.change')); return $this->redirectToMain(); } return $this->viewRenderer->render('change',