From 08d6bedcaaaeb29ddb416708aff75c54b40baa05 Mon Sep 17 00:00:00 2001 From: Floran Brutel Date: Wed, 28 Mar 2018 21:56:55 +0200 Subject: Allow login by email --- app/config/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/config') 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: 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 -- cgit v1.2.3