]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/services.yml
Handle password change
[github/wallabag/wallabag.git] / app / config / services.yml
CommitLineData
93fd4692
NL
1# Learn more about services, parameters and containers at
2# http://symfony.com/doc/current/book/service_container.html
3parameters:
d9169157
J
4 security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
5 security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
d9085c63 6 security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
93fd4692
NL
7
8services:
9# service_name:
10# class: AppBundle\Directory\ClassName
11# arguments: ["@another_service_name", "plain_value", "%parameter_name%"]