Handle forgot password

This commit is contained in:
Jeremy
2015-03-07 23:25:36 +01:00
parent f37d1427a1
commit 6894d48e03
15 changed files with 481 additions and 8 deletions

View File

@ -22,9 +22,17 @@ services:
- @security.context
- %theme% # default theme from parameters.yml
# custom form type
wallabag_core.form.type.config:
class: Wallabag\CoreBundle\Form\Type\ConfigType
arguments:
- %liip_theme.themes%
tags:
- { name: form.type, alias: config }
wallabag_core.form.type.forgot_password:
class: Wallabag\CoreBundle\Form\Type\ForgotPasswordType
arguments:
- @doctrine
tags:
- { name: form.type, alias: forgot_password }