mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 04:36:30 +00:00
d91691573f
These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
10 lines
531 B
YAML
10 lines
531 B
YAML
# Learn more about services, parameters and containers at
|
|
# http://symfony.com/doc/current/book/service_container.html
|
|
parameters:
|
|
security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
|
|
security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
|
|
|
|
services:
|
|
# service_name:
|
|
# class: AppBundle\Directory\ClassName
|
|
# arguments: ["@another_service_name", "plain_value", "%parameter_name%"]
|