From c6143f58ea01eef2144d5533a5b547da483e2c47 Mon Sep 17 00:00:00 2001 From: Mark Fox Date: Wed, 7 Oct 2015 10:02:28 -0700 Subject: [PATCH 1/2] regrading changes in Symfony 2.8 see: https://github.com/symfony/security-bundle/commit/fe1980d6e04ca93de19b168f12ea6b1ca1fab9fe --- cookbook/security/remember_me.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/remember_me.rst b/cookbook/security/remember_me.rst index a3acf6f5472..93e8f31f31d 100644 --- a/cookbook/security/remember_me.rst +++ b/cookbook/security/remember_me.rst @@ -22,7 +22,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option: default: # ... remember_me: - key: "%secret%" + secret: "%secret%" lifetime: 604800 # 1 week in seconds path: / # by default, the feature is enabled by checking a From 152fd1e3eecf4c26893729d94b7bab41ccbe1945 Mon Sep 17 00:00:00 2001 From: Mark Fox Date: Wed, 7 Oct 2015 10:07:31 -0700 Subject: [PATCH 2/2] Update remember_me.rst more key => secret --- cookbook/security/remember_me.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/security/remember_me.rst b/cookbook/security/remember_me.rst index 93e8f31f31d..5f0f785930a 100644 --- a/cookbook/security/remember_me.rst +++ b/cookbook/security/remember_me.rst @@ -48,7 +48,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option: