]> git.immae.eu Git - github/wallabag/wallabag.git/commit - app/config/parameters.yml.dist
Handle forgot password
authorJeremy <jeremy.benoist@gmail.com>
Sat, 7 Mar 2015 22:25:36 +0000 (23:25 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Sun, 8 Mar 2015 06:35:24 +0000 (07:35 +0100)
commit6894d48e03c397096bb64420373afa60c397fe97
tree0deb201b05b6aea527abc82ba7989732c4afbdb9
parentf37d1427a1b75f9d7a2e273b2e9fb0e895a769ab
Handle forgot password
15 files changed:
app/config/config_dev.yml
app/config/config_test.yml
app/config/parameters.yml.dist
app/config/security.yml
src/Wallabag/CoreBundle/Controller/SecurityController.php
src/Wallabag/CoreBundle/Entity/User.php
src/Wallabag/CoreBundle/Form/Type/ForgotPasswordType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/views/Mail/forgotPassword.txt.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/Security/checkEmail.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/Security/forgotPassword.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/Security/login.html.twig
src/Wallabag/CoreBundle/Resources/views/Security/reset.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php