From 18c7f046fd1a5230275d7b32a1962026cb805bd9 Mon Sep 17 00:00:00 2001 From: Marcin Chylek Date: Tue, 6 Oct 2015 16:59:18 +0200 Subject: [PATCH] Remember me, Renamed key to secret --- cookbook/security/remember_me.rst | 8 ++++---- reference/configuration/security.rst | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cookbook/security/remember_me.rst b/cookbook/security/remember_me.rst index a3acf6f5472..5f0f785930a 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 @@ -48,7 +48,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option: