]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Handle password change
authorJeremy <jeremy.benoist@gmail.com>
Tue, 17 Feb 2015 20:03:23 +0000 (21:03 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Tue, 17 Feb 2015 20:03:23 +0000 (21:03 +0100)
commitd9085c63e35bb708f560722fff5f4f5ad322c27b
tree73e2183afe218442ce44faffe469e31f630d89d9
parent7781faa0b0749b0d9842fddec3e337db04d44a10
Handle password change
app/config/services.yml
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php
src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig
src/Wallabag/CoreBundle/Security/Authentication/Encoder/WallabagPasswordEncoder.php
src/Wallabag/CoreBundle/Security/Validator/WallabagUserPasswordValidator.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
src/Wallabag/CoreBundle/Tests/WallabagTestCase.php