From cb96633c2e0d3dda415765bc36361483b64eba06 Mon Sep 17 00:00:00 2001 From: Laurent VOULLEMIER Date: Tue, 10 May 2022 11:13:51 +0200 Subject: [PATCH] Creating a route for logout is always required Even if the default value is used --- reference/configuration/security.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index e65fc6ec26d..06d56d91008 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -382,8 +382,7 @@ the current firewall and not the other ones. **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. +The path which triggers logout. You need to set up a route with a matching path. target ~~~~~~