]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1152 from wallabag/v2-forgot-password
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 30 Mar 2015 15:05:37 +0000 (17:05 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 30 Mar 2015 15:05:37 +0000 (17:05 +0200)
Handle forgot password

1  2 
app/config/config_test.yml

index 32156963e086e5bedc2fcca7d58407ce2376eb20,00a6bc578cdb33cfd87065d9e2566fc4abe55993..4dca39d26f3dab80f9cb4d338c8d7fb4609fc395
@@@ -13,17 -13,12 +13,19 @@@ web_profiler
      intercept_redirects: false
  
  swiftmailer:
-     disable_delivery: true
+     # to be able to read emails sent
+     spool:
+         type: file
  
  doctrine:
      dbal:
          driver: pdo_sqlite
          path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
          host: localhost
 +    orm:
 +        metadata_cache_driver:
 +            type: service
 +            id: filesystem_cache
 +        query_cache_driver:
 +            type: service
 +            id: filesystem_cache