aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorFloran Brutel <contact@floran.fr>2018-03-28 21:56:55 +0200
committerFloran Brutel <fbrutel@hexanet.fr>2018-04-01 20:57:10 +0200
commit08d6bedcaaaeb29ddb416708aff75c54b40baa05 (patch)
tree265143d5708aec193682317ac111dfa27238b2a9 /app
parent3b46d0f947958e05c55bb10a817e94a860cda6ef (diff)
downloadwallabag-08d6bedcaaaeb29ddb416708aff75c54b40baa05.tar.gz
wallabag-08d6bedcaaaeb29ddb416708aff75c54b40baa05.tar.zst
wallabag-08d6bedcaaaeb29ddb416708aff75c54b40baa05.zip
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