Feat: Streamline and extend logging
This commit is contained in:
@@ -53,7 +53,7 @@ class PasswordResetController extends AbstractController
|
||||
|
||||
$this->addFlash('success', 'Passwort Reset wurde angefordert');
|
||||
|
||||
$this->logger->info('Password reset', [
|
||||
$this->logger->info('Initiate password reset', [
|
||||
'email' => $email,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user