]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/security.yml
Allow login by email
[github/wallabag/wallabag.git] / app / config / security.yml
index 796dc361e1ea202e67cd3f610f283f81502d1020..02afc9eaaa1f96d31b23e00f3cff61bc2b38cbf3 100644 (file)
@@ -12,7 +12,7 @@ security:
                 class: WallabagUserBundle:User
                 property: username
         fos_userbundle:
-            id: fos_user.user_provider.username
+            id: fos_user.user_provider.username_email
 
     # the main part of the security, where you can set up firewalls
     # for specific sections of your app