mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Handle password change
This commit is contained in:
parent
7781faa0b0
commit
d9085c63e3
10 changed files with 268 additions and 34 deletions
|
@ -3,6 +3,7 @@
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue