pele_mele:stack_exchange:stack_overflow:47312136
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
pele_mele:stack_exchange:stack_overflow:47312136 [2024/11/23 04:02] – supprimée - modification externe (Date inconnue) 127.0.0.1 | pele_mele:stack_exchange:stack_overflow:47312136 [2024/11/23 04:02] (Version actuelle) – ↷ Nom de la page changé de pele_mele:stack_exchange:stack_overflow:stackoverflow-47312136 à pele_mele:stack_exchange:stack_overflow:47312136 alexis | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== How to use a variable as user name in a SF memory provider? ====== | ||
+ | |||
+ | I was trying to use a variable provided by my '' | ||
+ | |||
+ | <code yaml> | ||
+ | security: | ||
+ | providers: | ||
+ | page: | ||
+ | memory: | ||
+ | users: | ||
+ | " | ||
+ | </ | ||
+ | |||
+ | It was working recently but now I've got an exception every time I am using the console. Here is the exception: | ||
+ | |||
+ | < | ||
+ | [Symfony\Component\DependencyInjection\Exception\EnvParameterException] | ||
+ | A service name (" | ||
+ | </ | ||
+ | |||
+ | After some research, it turns out that there was a [[https:// | ||
+ | |||
+ | Is there another way of doing what I want to do? Is this considered as a bug? | ||
+ | |||
+ | <WRAP info> | ||
+ | [[https:// | ||
+ | </ | ||