Commit 25112099 by Julien Jorry

Fix security remember me to 30 minutes

parent 430458f3
...@@ -62,7 +62,7 @@ security: ...@@ -62,7 +62,7 @@ security:
entry_point: App\Security\LoginAuthenticator entry_point: App\Security\LoginAuthenticator
remember_me: remember_me:
secret: "%kernel.secret%" secret: "%kernel.secret%"
lifetime: 31536000 lifetime: 1800
path: / path: /
domain: ~ domain: ~
user_provider: fos_userbundle user_provider: fos_userbundle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment