From 9d6271a6fe8d7bfca6c3d8e2c40c975eb849e42f Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 26 Mar 2020 18:20:07 +0100 Subject: [PATCH] Adding `path` --- reference/configuration/security.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 99eaa1e5f93..f649ec90b9f 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -528,6 +528,14 @@ The user is considered to have changed when the user class implements required by the :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface` (like the username, password or salt) changes. +``path`` +~~~~~~~~ + +**type**: ``string`` **default**: ``/logout`` + +The path which triggers logout. If you change it from the default value ``/logout``, +you need to set up a route with a matching path. + ``success_handler`` ~~~~~~~~~~~~~~~~~~~