X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fservices.yml;h=af22d3818cd7880c02c7ac8f67cbd610992b9242;hb=2686457448372543fdf4f1fc54c4fd20f0f02c2c;hp=d4485e4290b20c672afdae4e53477ade0ea67508;hpb=d91691573f108422cc2080462af35ebd62dc93fb;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/services.yml b/app/config/services.yml index d4485e42..af22d381 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -3,8 +3,11 @@ parameters: security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder + security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator services: -# service_name: -# class: AppBundle\Directory\ClassName -# arguments: ["@another_service_name", "plain_value", "%parameter_name%"] + # used for tests + filesystem_cache: + class: Doctrine\Common\Cache\FilesystemCache + arguments: + - %kernel.cache_dir%/doctrine/metadata