Skip to content

Commit c014ad1

Browse files
committed
minor #16796 [Security] Creating a route for logout is always required even if the default value is used (l-vo)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Creating a route for logout is always required even if the default value is used According to https://symfony.com/doc/current/security.html#logging-out and the fact that there is no default logout route defined in Symfony (at least I didn't find one). Commits ------- cb96633 Creating a route for logout is always required
2 parents d2e3a46 + cb96633 commit c014ad1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@ the current firewall and not the other ones.
382382

383383
**type**: ``string`` **default**: ``/logout``
384384

385-
The path which triggers logout. If you change it from the default value ``/logout``,
386-
you need to set up a route with a matching path.
385+
The path which triggers logout. You need to set up a route with a matching path.
387386

388387
target
389388
~~~~~~

0 commit comments

Comments
 (0)