From 45aee5bd7baaef87721ace5dd2e48b17dd283b47 Mon Sep 17 00:00:00 2001 From: Ian Jenkins Date: Wed, 24 May 2017 11:42:09 +0100 Subject: [PATCH] Remove remember me from interactive login examples Interactive login event was added to the remember me listener as part of commit symfony/symfony@8ccb8eb --- components/security/authentication.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/security/authentication.rst b/components/security/authentication.rst index f8b9dc8aac4..4df15dfdb74 100644 --- a/components/security/authentication.rst +++ b/components/security/authentication.rst @@ -310,7 +310,6 @@ The ``security.interactive_login`` event is triggered after a user has actively logged into your website. It is important to distinguish this action from non-interactive authentication methods, such as: -* authentication based on a "remember me" cookie. * authentication based on your session. * authentication using a HTTP basic or HTTP digest header.