X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fsecurity.yml;h=9884665621055d82950cb0d4a3000fbee18cb5f6;hb=a1691859ca0cb4c1b360c34b05aa74bdba9e582a;hp=b9c4cbef2d55729ab3139da63756329a71b3b2e6;hpb=9c08a891f9bb90bc3f23a575a734283c1ee00ba1;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/security.yml b/app/config/security.yml index b9c4cbef..98846656 100644 --- a/app/config/security.yml +++ b/app/config/security.yml @@ -12,6 +12,8 @@ security: providers: administrators: entity: { class: WallabagCoreBundle:User, property: username } + fos_userbundle: + id: fos_user.user_provider.username # the main part of the security, where you can set up firewalls # for specific sections of your app @@ -26,31 +28,12 @@ security: anonymous: ~ secured_area: - pattern: ^/ - anonymous: ~ + pattern: ^/ form_login: - login_path: /login - - use_forward: false - - check_path: /login_check - - post_only: true - - always_use_default_target_path: false - default_target_path: / - target_path_parameter: _target_path - use_referer: true - - failure_path: null - failure_forward: false - - username_parameter: _username - password_parameter: _password - - csrf_parameter: _csrf_token - intention: authenticate + provider: fos_userbundle + csrf_provider: security.csrf.token_manager + anonymous: true remember_me: key: "%secret%" lifetime: 31536000