diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-02-17 21:03:23 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-02-17 21:03:23 +0100 |
commit | d9085c63e35bb708f560722fff5f4f5ad322c27b (patch) | |
tree | 73e2183afe218442ce44faffe469e31f630d89d9 /app/config | |
parent | 7781faa0b0749b0d9842fddec3e337db04d44a10 (diff) | |
download | wallabag-d9085c63e35bb708f560722fff5f4f5ad322c27b.tar.gz wallabag-d9085c63e35bb708f560722fff5f4f5ad322c27b.tar.zst wallabag-d9085c63e35bb708f560722fff5f4f5ad322c27b.zip |
Handle password change
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index d4485e42..91a03e10 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -3,6 +3,7 @@ | |||
3 | parameters: | 3 | parameters: |
4 | security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider | 4 | security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider |
5 | security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder | 5 | security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder |
6 | security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator | ||
6 | 7 | ||
7 | services: | 8 | services: |
8 | # service_name: | 9 | # service_name: |