aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-04-03 22:08:42 +0200
committerGitHub <noreply@github.com>2018-04-03 22:08:42 +0200
commit11f15430ffc67e30f084cffc8e909ace87ce19e1 (patch)
tree31fe0771ce9d6a4d77b26c9b37385c31b2d0cd9d /app
parenta0f126b973b81b9e7088518469600a61bb3ab8ea (diff)
parent08d6bedcaaaeb29ddb416708aff75c54b40baa05 (diff)
downloadwallabag-11f15430ffc67e30f084cffc8e909ace87ce19e1.tar.gz
wallabag-11f15430ffc67e30f084cffc8e909ace87ce19e1.tar.zst
wallabag-11f15430ffc67e30f084cffc8e909ace87ce19e1.zip
Merge pull request #3615 from notFloran/3612-login-by-email
Allow login by email
Diffstat (limited to 'app')
-rw-r--r--app/config/security.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/security.yml b/app/config/security.yml
index 796dc361..02afc9ea 100644
--- a/app/config/security.yml
+++ b/app/config/security.yml
@@ -12,7 +12,7 @@ security:
12 class: WallabagUserBundle:User 12 class: WallabagUserBundle:User
13 property: username 13 property: username
14 fos_userbundle: 14 fos_userbundle:
15 id: fos_user.user_provider.username 15 id: fos_user.user_provider.username_email
16 16
17 # the main part of the security, where you can set up firewalls 17 # the main part of the security, where you can set up firewalls
18 # for specific sections of your app 18 # for specific sections of your app