Commit 25112099 by Julien Jorry

Fix security remember me to 30 minutes

parent 430458f3
......@@ -62,7 +62,7 @@ security:
entry_point: App\Security\LoginAuthenticator
remember_me:
secret: "%kernel.secret%"
lifetime: 31536000
lifetime: 1800
path: /
domain: ~
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