From a0c08f9045230ef73d25617b2c0e0b56d8feb0a2 Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Sat, 10 Feb 2024 17:59:05 +0100 Subject: [PATCH] Update configuration path in help message The default path was already changed with Symfony 4, guess nobody ever found this one! --- Command/UserPasswordHashCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/UserPasswordHashCommand.php b/Command/UserPasswordHashCommand.php index 1d0e1d0..70499f4 100644 --- a/Command/UserPasswordHashCommand.php +++ b/Command/UserPasswordHashCommand.php @@ -70,7 +70,7 @@ protected function configure() Suppose that you have the following security configuration in your application: -# app/config/security.yml +# config/packages/security.yml security: password_hashers: Symfony\Component\Security\Core\User\InMemoryUser: plaintext