diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/security.yml | 2 |
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 |